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

/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.h79 status_t DownloadToLocalFile(
H A DAbstractServerProcess.cpp245 status_t result = DownloadToLocalFile(
321 AbstractServerProcess::DownloadToLocalFile(const BPath& targetFilePath, function in class:AbstractServerProcess
407 return DownloadToLocalFile(targetFilePath, redirectUrl, redirects + 1, 0);
415 return DownloadToLocalFile(targetFilePath, url, redirects, failures + 1);

Completed in 16 milliseconds