HomeSort by relevance Sort by last modified time
    Searched refs:copyResult (Results 1 - 2 of 2) sorted by null

  /build/tools/acp/
acp.c 118 int copyResult;
154 copyResult = copyFile(src, dst, options);
156 if (copyResult != 0)
  /build/libs/host/
CopyFile.c 212 int srcFd, dstFd, statResult, copyResult;
291 copyResult = copyFileContents(dst, dstFd, src, srcFd);
295 if (copyResult != 0)
317 copyResult = -1;
319 copyResult = copyFileContents(dstRsrcName, dstFd,
325 if (copyResult != 0)

Completed in 2534 milliseconds