Searched defs:toFd (Results 1 – 1 of 1) sorted by relevance
921 static int32_t DoCopy(int32_t fromFd, int32_t toFd) in DoCopy()993 int32_t toFd = open(realToPath, O_WRONLY | O_TRUNC | O_CREAT, fromStat.st_mode); in CopyFile() local