Symbol: GetLocalPath
src/apps/haikudepot/server/AbstractSingleFileServerProcess.cpp
110
return GetLocalPath(path);
src/apps/haikudepot/server/AbstractSingleFileServerProcess.cpp
37
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
121
status_t result = GetLocalPath(tarPath);
src/apps/haikudepot/server/ServerIconExportUpdateProcess.cpp
159
status_t result = GetLocalPath(tarPath);
src/apps/haikudepot/server/ServerIconExportUpdateProcess.h
27
virtual status_t GetLocalPath(BPath& path) const;
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
334
status_t result = GetLocalPath(localPath);
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
357
return GetLocalPath(path);
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.h
37
status_t GetLocalPath(BPath& path) const;
src/apps/haikudepot/server/ServerReferenceDataUpdateProcess.cpp
178
return GetLocalPath(path);
src/apps/haikudepot/server/ServerReferenceDataUpdateProcess.cpp
74
status_t result = GetLocalPath(localPath);
src/apps/haikudepot/server/ServerReferenceDataUpdateProcess.h
40
status_t GetLocalPath(BPath& path) const;
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
199
status_t result = GetLocalPath(localPath);
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.cpp
216
return GetLocalPath(path);
src/apps/haikudepot/server/ServerRepositoryDataUpdateProcess.h
38
status_t GetLocalPath(BPath& path) const;