Searched refs:localPath (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DAbstractSingleFileServerProcess.cpp38 BPath localPath; local
39 status_t result = GetLocalPath(localPath);
47 result = DeleteLocalFile(localPath);
53 result = StorageUtils::ExistsObject(localPath, &hasData, NULL, &size);
60 localPath,
77 localPath, &hasData, NULL, &size);
100 MoveDamagedFileAside(localPath);
H A DServerRepositoryDataUpdateProcess.cpp220 BPath localPath; local
221 status_t result = GetLocalPath(localPath);
226 result = ParseJsonFromFileWithListener(listener, localPath);
H A DServerReferenceDataUpdateProcess.cpp88 BPath localPath; local
89 status_t result = GetLocalPath(localPath);
94 result = ParseJsonFromFileWithListener(listener, localPath);
H A DServerPkgDataUpdateProcess.cpp281 BPath localPath; local
282 status_t result = GetLocalPath(localPath);
287 result = ParseJsonFromFileWithListener(listener, localPath);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.cpp205 BPath localPath;
208 status_t error = localPath.SetTo(&entryRef);
211 path = localPath.Path();

Completed in 89 milliseconds