Searched refs:SendFileCore (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy_file.cpp | 96 static int SendFileCore(FileInfo& srcFdg, FileInfo& destFdg, struct stat& statbf) in SendFileCore() function 194 return SendFileCore(srcFile, destFile, statbf); in OpenFile()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy_file.cpp | 63 static NError SendFileCore(FileInfo& srcFdg, FileInfo& destFdg, struct stat& statbf) in SendFileCore() function 170 return SendFileCore(srcFile, destFile, statbf); in OpenFile()
|
H A D | copy.cpp | 92 static int SendFileCore(std::unique_ptr<DistributedFS::FDGuard> srcFdg, in SendFileCore() function 270 return SendFileCore(move(srcFdg), move(destFdg), infos); in CopyFile()
|