Searched defs:srcFdg (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()
92 static int SendFileCore(std::unique_ptr<DistributedFS::FDGuard> srcFdg, in SendFileCore()262 auto srcFdg = CreateUniquePtr<DistributedFS::FDGuard>(srcFd, true); in CopyFile() local