Home
last modified time | relevance | path

Searched refs:S_IRUSR (Results 1 – 10 of 10) sorted by relevance

/tools/perf/trace/beauty/
A Dmode_t.c14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/tools/perf/trace/beauty/include/uapi/linux/
A Dstat.h30 #define S_IRUSR 00400 macro
/tools/include/uapi/linux/
A Dstat.h30 #define S_IRUSR 00400 macro
/tools/testing/selftests/futex/functional/
A Dfutex_wait.c126 fd = open(SHM_PATH, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in main()
/tools/include/nolibc/
A Dtypes.h48 #define S_IRUSR 00400 macro
/tools/perf/util/
A Ddata.c60 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()
/tools/testing/selftests/alsa/
A Dconf.c168 if ((sb.st_mode & S_IRUSR) == 0) in sysfs_get()
/tools/accounting/
A Dgetdelays.c444 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()
/tools/testing/selftests/memfd/
A Dmemfd_test.c600 S_IRUSR | S_IWUSR); in mfd_assert_shrink()
618 S_IRUSR | S_IWUSR); in mfd_fail_shrink()
/tools/testing/selftests/net/
A Dbpf_offload.py326 if not os.stat(p).st_mode & stat.S_IRUSR:

Completed in 20 milliseconds