Searched refs:targetFilePath (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.h63 const BPath& targetFilePath,
80 const BPath& targetFilePath,
H A DAbstractServerProcess.cpp241 const BPath& targetFilePath,
254 && !_LooksLikeGzip(targetFilePath.Path()))
269 if (rename(temporaryFilePath.Path(), targetFilePath.Path()) != 0) {
271 Name(), temporaryFilePath.Path(), targetFilePath.Path());
321 AbstractServerProcess::DownloadToLocalFile(const BPath& targetFilePath, argument
339 targetFilePath.Path());
342 BFile targetFile(targetFilePath.Path(), O_WRONLY | O_CREAT);
407 return DownloadToLocalFile(targetFilePath, redirectUrl, redirects + 1, 0);
415 return DownloadToLocalFile(targetFilePath, url, redirects, failures + 1);
240 DownloadToLocalFileAtomically( const BPath& targetFilePath, const BUrl& url) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1999 BPath targetFilePath(&locatedPath);
2000 if (targetFilePath.InitCheck() != B_OK)
2003 if (strcmp(sourceFileName.String(), targetFilePath.Leaf()) != 0) {
2007 sourceFileName.String(), targetFilePath.Leaf());
2023 targetFilePath.Path());

Completed in 67 milliseconds