Searched refs:S_IRUSR (Results 1 – 10 of 10) sorted by relevance
14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
30 #define S_IRUSR 00400 macro
126 fd = open(SHM_PATH, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in main()
48 #define S_IRUSR 00400 macro
60 ret = open(file->path, O_RDWR|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR); in perf_data__create_dir()292 S_IRUSR|S_IWUSR); in open_file_write()
168 if ((sb.st_mode & S_IRUSR) == 0) in sysfs_get()
444 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()
600 S_IRUSR | S_IWUSR); in mfd_assert_shrink()618 S_IRUSR | S_IWUSR); in mfd_fail_shrink()
326 if not os.stat(p).st_mode & stat.S_IRUSR:
Completed in 20 milliseconds