Searched defs:fdDest (Results 1 – 1 of 1) sorted by relevance
173 static int DoCopyFile(int fdSrc, int fdDest) in DoCopyFile()244 int fdDest = open(realDest, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in CopyFileImpl() local