Home
last modified time | relevance | path

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

/build/tools/acp/
Dacp.c118 int copyResult; in process() local
154 copyResult = copyFile(src, dst, options); in process()
156 if (copyResult != 0) in process()
/build/libs/host/
DCopyFile.c211 int srcFd, dstFd, statResult, copyResult; in copyRegular() local
290 copyResult = copyFileContents(dst, dstFd, src, srcFd); in copyRegular()
294 if (copyResult != 0) in copyRegular()
316 copyResult = -1; in copyRegular()
318 copyResult = copyFileContents(dstRsrcName, dstFd, in copyRegular()
324 if (copyResult != 0) in copyRegular()