Searched defs:destFdg (Results 1 – 3 of 3) sorted by relevance
96 static int SendFileCore(FileInfo& srcFdg, FileInfo& destFdg, struct stat& statbf) in SendFileCore()
63 static NError SendFileCore(FileInfo& srcFdg, FileInfo& destFdg, struct stat& statbf) in SendFileCore()
93 std::unique_ptr<DistributedFS::FDGuard> destFdg, in SendFileCore()263 auto destFdg = CreateUniquePtr<DistributedFS::FDGuard>(destFd, true); in CopyFile() local