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

/build/make/tools/libhost/
H A DCopyFile.c212 int srcFd, dstFd, statResult, copyResult; local
216 statResult = stat(dst, &dstStat);
217 if (statResult == 0 && !S_ISREG(dstStat.st_mode)) {
222 } else if (statResult != 0 && errno != ENOENT) {
227 if (statResult == 0) {
366 int statResult, nameLen; local
372 statResult = lstat(dst, &dstStat);
373 if (statResult == 0 && !S_ISREG(dstStat.st_mode)
383 if (statResult == 0) {
408 if (statResult
447 int cc, statResult; local
548 int statResult, statErrno; local
[all...]
/build/tools/libhost/
H A DCopyFile.c212 int srcFd, dstFd, statResult, copyResult; local
216 statResult = stat(dst, &dstStat);
217 if (statResult == 0 && !S_ISREG(dstStat.st_mode)) {
222 } else if (statResult != 0 && errno != ENOENT) {
227 if (statResult == 0) {
366 int statResult, nameLen; local
372 statResult = lstat(dst, &dstStat);
373 if (statResult == 0 && !S_ISREG(dstStat.st_mode)
383 if (statResult == 0) {
408 if (statResult
447 int cc, statResult; local
548 int statResult, statErrno; local
[all...]

Completed in 45 milliseconds