Searched refs:CopyFile (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DFileUtils.h17 status_t CopyFile(BFile& dest, BFile& src);
H A DFileUtils.cpp132 CopyFile(BFile& dst, BFile& src) function
H A DRecorderWindow.cpp817 status_t err = CopyFile(newFile, oldFile);
/haiku/src/kits/tracker/
H A DFSUtils.cpp1253 CopyFile(BEntry* srcFile, StatStruct* srcStat, BDirectory* destDir, function in namespace:BPrivate
1721 CopyFile(&entry, &statbuf, &newDir, loopControl, 0, false, undo);
1909 CopyFile(entry, &statbuf, destDir, loopControl, loc,
2027 CopyFile(srcFile, srcStat, destDir, loopControl, loc,

Completed in 55 milliseconds