Home
last modified time | relevance | path

Searched defs:destFdg (Results 1 - 4 of 4) sorted by relevance

/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() argument
H A Dcopy.cpp267 auto destFdg = CreateUniquePtr<DistributedFS::FDGuard>(destFd, true); in CopyFile() local
92 SendFileCore(std::unique_ptr<DistributedFS::FDGuard> srcFdg, std::unique_ptr<DistributedFS::FDGuard> destFdg, std::shared_ptr<FileInfos> infos) SendFileCore() argument
/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() argument
H A Dcopy.cpp437 auto destFdg = FileManagement::CreateUniquePtr<DistributedFS::FDGuard>(destFd, true); in CopyFile() local
75 SendFileCore(std::unique_ptr<DistributedFS::FDGuard> srcFdg, std::unique_ptr<DistributedFS::FDGuard> destFdg, std::shared_ptr<FileInfos> infos) SendFileCore() argument

Completed in 4 milliseconds