Home | History | Annotate | Download | only in host

Lines Matching refs:st_mode

183         if (chmod(dst, pSrcStat->st_mode & ~(S_IFMT)) != 0) {
185 dst, pSrcStat->st_mode & ~(S_IFMT), strerror(errno)));
217 if (statResult == 0 && !S_ISREG(dstStat.st_mode)) {
362 if (statResult == 0 && !S_ISREG(dstStat.st_mode)
363 && !S_ISLNK(dstStat.st_mode)
441 if (statResult == 0 && !S_ISDIR(dstStat.st_mode)) {
583 if (statResult == 0 && !S_ISREG(srcStat.st_mode))
615 if (S_ISDIR(srcStat.st_mode)) {
622 } else if (S_ISLNK(srcStat.st_mode)) {
625 } else if (S_ISREG(srcStat.st_mode)) {
629 src, srcStat.st_mode);