Searched defs:SendFileCore (Results 1 – 5 of 5) sorted by relevance
96 static int SendFileCore(FileInfo& srcFdg, FileInfo& destFdg, struct stat& statbf) in SendFileCore() function
75 static int SendFileCore(std::unique_ptr<DistributedFS::FDGuard> srcFdg, in SendFileCore() function
63 static NError SendFileCore(FileInfo& srcFdg, FileInfo& destFdg, struct stat& statbf) in SendFileCore() function
106 static int SendFileCore(std::unique_ptr<DistributedFS::FDGuard> srcFdg, in SendFileCore() function
290 int32_t FileCopyManager::SendFileCore(std::shared_ptr<FDGuard> srcFdg, in SendFileCore() function in OHOS::Storage::DistributedFile::FileCopyManager