Home
last modified time | relevance | path

Searched refs:copyResult (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/acp/
Dacp.c117 int copyResult; in process() local
153 copyResult = copyFile(src, dst, options); in process()
155 if (copyResult != 0) in process()
/build/make/tools/libhost/
DCopyFile.c212 int srcFd, dstFd, statResult, copyResult; in copyRegular() local
291 copyResult = copyFileContents(dst, dstFd, src, srcFd); in copyRegular()
295 if (copyResult != 0) in copyRegular()
318 copyResult = -1; in copyRegular()
320 copyResult = copyFileContents(dstRsrcName, dstFd, in copyRegular()
326 if (copyResult != 0) { in copyRegular()