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

/build/make/tools/libhost/
H A DCopyFile.c548 int statResult, statErrno; local
558 statErrno = errno; /* preserve across .exe attempt */
561 if (statErrno == ENOENT)
565 src, strerror(statErrno));
/build/tools/libhost/
H A DCopyFile.c548 int statResult, statErrno; local
558 statErrno = errno; /* preserve across .exe attempt */
561 if (statErrno == ENOENT)
565 src, strerror(statErrno));

Completed in 724 milliseconds