Home
last modified time | relevance | path

Searched refs:_CopyFileData (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/storage/
H A DCopyEngine.h52 status_t _CopyFileData(const char* sourcePath,
/haiku/src/kits/storage/
H A DCopyEngine.cpp233 error = _CopyFileData(sourcePath, sourceFile, destPath, destFile); in _CopyEntry()
338 BCopyEngine::_CopyFileData(const char* sourcePath, BFile& source, in _CopyFileData() function in BPrivate::BCopyEngine