Searched defs:S_ISLNK (Results 1 - 2 of 2) sorted by relevance

/build/make/tools/libhost/
H A DCopyFile.c30 # define S_ISLNK(s) 0 macro
369 && !S_ISLNK(dstStat.st_mode)
577 } else if (S_ISLNK(srcStat.st_mode)) {
/build/tools/libhost/
H A DCopyFile.c30 # define S_ISLNK(s) 0 macro
369 && !S_ISLNK(dstStat.st_mode)
577 } else if (S_ISLNK(srcStat.st_mode)) {

Completed in 35 milliseconds