Searched defs:fdSrc (Results 1 – 1 of 1) sorted by relevance
173 static int DoCopyFile(int fdSrc, int fdDest) in DoCopyFile()228 int fdSrc = open(realSrc, O_RDONLY, S_IRUSR); in CopyFileImpl() local