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

/build/make/tools/libhost/
H A DCopyFile.c543 int statResult, statErrno; local
553 statErrno = errno; /* preserve across .exe attempt */
556 if (statErrno == ENOENT)
560 src, strerror(statErrno));
/build/tools/libhost/
H A DCopyFile.c543 int statResult, statErrno; local
553 statErrno = errno; /* preserve across .exe attempt */
556 if (statErrno == ENOENT)
560 src, strerror(statErrno));

Completed in 75 milliseconds