Home | History | Annotate | Download | only in src

Lines Matching refs:mode_mask

515 	int mode_mask = R_OK | W_OK | X_OK;
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) {