Home
last modified time | relevance | path

Searched defs:dstFd (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/libhost/
DCopyFile.c116 static int copyFileContents(const char* dst, int dstFd, const char* src, int srcFd) in copyFileContents()
212 int srcFd, dstFd, statResult, copyResult; in copyRegular() local