Searched refs:statErrno (Results 1 - 1 of 1) sorted by relevance

/build/libs/host/
H A DCopyFile.c537 int statResult, statErrno; local
546 statErrno = errno; /* preserve across .exe attempt */
564 statErrno = ENOENT;
573 if (isCmdLine && statResult < 0 && statErrno == ENOENT && (options & COPY_TRY_EXE)) {
584 statResult = -1; /* fail, use original statErrno below */
600 if (statErrno == ENOENT)
604 src, strerror(statErrno));

Completed in 112 milliseconds