Lines Matching full:st_mode
534 if (!S_ISDIR(sb.st_mode) || access(path, mode_mask) == -1) {
557 if (!S_ISDIR(sb.st_mode) || access(path, mode_mask) == -1) {
580 if (!S_ISDIR(sb.st_mode) || access(path, mode_mask) == -1) {
601 if (!S_ISREG(sb.st_mode) || access(path, R_OK | W_OK) == -1) {
761 if (S_ISDIR(sb.st_mode)) {
766 } else if (S_ISREG(sb.st_mode) && flag == 1) {
767 if (semanage_copy_file(path, path2, sb.st_mode) < 0) {
798 if (S_ISDIR(buf.st_mode)) {
862 if (!S_ISDIR(sb.st_mode)) {
1650 if (S_ISDIR(buf.st_mode) &&