Home
last modified time | relevance | path

Searched refs:S_IWUSR (Results 1 – 9 of 9) sorted by relevance

/tools/perf/trace/beauty/
A Dmode_t.c17 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/tools/perf/trace/beauty/include/uapi/linux/
A Dstat.h31 #define S_IWUSR 00200 macro
/tools/include/uapi/linux/
A Dstat.h31 #define S_IWUSR 00200 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.h49 #define S_IWUSR 00200 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/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/cgroup/
A Dtest_memcontrol.c296 if ((ss.st_mode & S_IWUSR) == 0) { in test_memcg_current_peak()
1066 if ((ss.st_mode & S_IWUSR) == 0) { in test_memcg_swap_max_peak()

Completed in 18 milliseconds