Home
last modified time | relevance | path

Searched refs:DeleteLocalFile (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.h66 status_t DeleteLocalFile(const BPath& filePath);
H A DAbstractSingleFileServerProcess.cpp47 result = DeleteLocalFile(localPath); in RunInternal()
H A DAbstractServerProcess.cpp426 AbstractServerProcess::DeleteLocalFile(const BPath& currentFilePath) in DeleteLocalFile() function in AbstractServerProcess