Searched refs:ExistsObject (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/haikudepot/util/
H A DStorageUtils.h34 static status_t ExistsObject(const BPath& path,
H A DStorageUtils.cpp127 result = ExistsObject(path, &exists, &isDirectory, NULL);
164 result = ExistsObject(directoryEntryPath, &exists, &isDirectory,
254 StorageUtils::ExistsObject(const BPath& path, function in class:StorageUtils
309 result = ExistsObject(path, &exists, NULL, NULL);
/haiku/src/apps/haikudepot/server/
H A DAbstractSingleFileServerProcess.cpp53 result = StorageUtils::ExistsObject(localPath, &hasData, NULL, &size);
76 status_t hasDataResult = StorageUtils::ExistsObject(
H A DServerIconExportUpdateProcess.cpp160 result = StorageUtils::ExistsObject(tarPath, &hasFile, NULL, &size);
H A DAbstractServerProcess.cpp265 result = StorageUtils::ExistsObject(temporaryFilePath, &hasFile, NULL,
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp545 status = StorageUtils::ExistsObject(testFilePath, &exists, NULL, NULL);
624 if (StorageUtils::ExistsObject(

Completed in 50 milliseconds