Searched refs:copyResult (Results 1 – 2 of 2) sorted by relevance
/build/tools/acp/ |
D | acp.c | 118 int copyResult; in process() local 154 copyResult = copyFile(src, dst, options); in process() 156 if (copyResult != 0) in process()
|
/build/libs/host/ |
D | CopyFile.c | 212 int srcFd, dstFd, statResult, copyResult; in copyRegular() local 291 copyResult = copyFileContents(dst, dstFd, src, srcFd); in copyRegular() 295 if (copyResult != 0) in copyRegular() 317 copyResult = -1; in copyRegular() 319 copyResult = copyFileContents(dstRsrcName, dstFd, in copyRegular() 325 if (copyResult != 0) in copyRegular()
|