Searched defs:dstFd (Results 1 – 1 of 1) sorted by relevance
116 static int copyFileContents(const char* dst, int dstFd, const char* src, int srcFd) in copyFileContents()212 int srcFd, dstFd, statResult, copyResult; in copyRegular() local