Symbol: GetLocalPath
src/apps/haikudepot/server/AbstractSingleFileServerProcess.cpp
111
return GetLocalPath(path);
src/apps/haikudepot/server/AbstractSingleFileServerProcess.cpp
38
status_t result = GetLocalPath(localPath);
src/apps/haikudepot/server/AbstractSingleFileServerProcess.h
28
virtual status_t GetLocalPath(BPath& path) const = 0;
src/apps/haikudepot/server/ServerIconExportUpdateProcess.cpp
124
status_t result = GetLocalPath(tarPath);
src/apps/haikudepot/server/ServerIconExportUpdateProcess.cpp
162
status_t result = GetLocalPath(tarPath);
src/apps/haikudepot/server/ServerIconExportUpdateProcess.h
30
virtual status_t GetLocalPath(BPath& path) const;
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
342
status_t result = GetLocalPath(localPath);
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
365
return GetLocalPath(path);
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.h
40
status_t GetLocalPath(BPath& path) const;
src/apps/haikudepot/server/ServerReferenceDataUpdateProcess.cpp
185
return GetLocalPath(path);
src/apps/haikudepot/server/ServerReferenceDataUpdateProcess.cpp
81
status_t result = GetLocalPath(localPath);
src/apps/haikudepot/server/ServerReferenceDataUpdateProcess.h
43
status_t GetLocalPath(BPath& path) const;
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
204
status_t result = GetLocalPath(localPath);
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
221
return GetLocalPath(path);
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.h
41
status_t GetLocalPath(BPath& path) const;