Searched refs:hasFile (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DServerIconExportUpdateProcess.cpp158 bool hasFile; local
160 result = StorageUtils::ExistsObject(tarPath, &hasFile, NULL, &size);
162 if (result == B_OK && (!hasFile || size == 0))
H A DAbstractServerProcess.cpp263 bool hasFile; local
265 result = StorageUtils::ExistsObject(temporaryFilePath, &hasFile, NULL,
268 if (result == B_OK && hasFile && size > 0) {

Completed in 35 milliseconds