Home
last modified time | relevance | path

Searched refs:SendFileCore (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy_file.cpp96 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 Dcopy_file.cpp63 static NError SendFileCore(FileInfo& srcFdg, FileInfo& destFdg, struct stat& statbf) in SendFileCore() function
170 return SendFileCore(srcFile, destFile, statbf); in OpenFile()
H A Dcopy.cpp92 static int SendFileCore(std::unique_ptr<DistributedFS::FDGuard> srcFdg, in SendFileCore() function
270 return SendFileCore(move(srcFdg), move(destFdg), infos); in CopyFile()