Searched defs:destFdg (Results 1 - 4 of 4) sorted by relevance
/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() argument
|
H A D | copy.cpp | 267 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 D | copy_file.cpp | 96 static int SendFileCore(FileInfo& srcFdg, FileInfo& destFdg, struct stat& statbf) in SendFileCore() argument
|
H A D | copy.cpp | 437 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