Home
last modified time | relevance | path

Searched refs:O_PATH (Results 1 – 25 of 51) sorted by relevance

123

/external/strace/xlat/
Dopen_mode_flags.h462 #if defined(O_PATH) || (defined(HAVE_DECL_O_PATH) && HAVE_DECL_O_PATH)
464 static_assert((O_PATH) == (020000000), "O_PATH != 020000000");
467 # define O_PATH 020000000
470 #if defined(O_PATH) || (defined(HAVE_DECL_O_PATH) && HAVE_DECL_O_PATH)
472 static_assert((O_PATH) == (040000000), "O_PATH != 040000000");
475 # define O_PATH 040000000
478 #if defined(O_PATH) || (defined(HAVE_DECL_O_PATH) && HAVE_DECL_O_PATH)
480 static_assert((O_PATH) == (0100000000), "O_PATH != 0100000000");
483 # define O_PATH 0100000000
486 #if defined(O_PATH) || (defined(HAVE_DECL_O_PATH) && HAVE_DECL_O_PATH)
[all …]
Dopen_mode_flags.in161 O_PATH 020000000
163 O_PATH 040000000
165 O_PATH 0100000000
167 O_PATH 010000000
/external/ltp/include/lapi/
Dfcntl.h118 #ifndef O_PATH
120 # define O_PATH 0x1000000 macro
122 # define O_PATH 010000000 macro
/external/iptables/extensions/
Dlibxt_cgroup.c7 O_PATH = 1, enumerator
39 .id = O_PATH,
70 case O_PATH: in cgroup_parse_v1()
/external/strace/tests-m32/
Ddev-yy.c41 #if defined __NR_openat && defined O_PATH
65 O_RDONLY|O_PATH); in main()
Dopenat.c106 # ifdef O_PATH in main()
107 { ARG_STR(O_PATH) }, in main()
/external/strace/tests/
Ddev-yy.c41 #if defined __NR_openat && defined O_PATH
65 O_RDONLY|O_PATH); in main()
Dopenat.c106 # ifdef O_PATH in main()
107 { ARG_STR(O_PATH) }, in main()
/external/strace/tests-mx32/
Ddev-yy.c41 #if defined __NR_openat && defined O_PATH
65 O_RDONLY|O_PATH); in main()
Dopenat.c106 # ifdef O_PATH in main()
107 { ARG_STR(O_PATH) }, in main()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h84 #ifndef O_PATH
85 #define O_PATH 010000000 macro
/external/linux-kselftest/tools/testing/selftests/exec/
Dexecveat.c234 int dot_dfd_path = open_or_die(".", O_DIRECTORY|O_RDONLY|O_PATH); in run_tests()
237 int fd_path = open_or_die("execveat", O_RDONLY|O_PATH); in run_tests()
241 O_RDONLY|O_PATH); in run_tests()
245 O_RDONLY|O_PATH); in run_tests()
/external/linux-kselftest/tools/testing/selftests/proc/
Dfd-001-lookup.c146 fd = open("/", O_PATH|O_DIRECTORY); in main()
153 fd = open("/", O_PATH|O_DIRECTORY); in main()
/external/toybox/lib/
Dportability.h218 #ifndef O_PATH
219 #define O_PATH 010000000 macro
Dxwrap.c525 int try = 9999, dirfd = open("/", O_PATH), missing = 0; in xabspath()
558 if (-1 == (x = openat(dirfd, "..", O_PATH))) goto error; in xabspath()
582 fd = openat(dirfd, new->str, O_PATH); in xabspath()
595 dirfd = open("/", O_PATH); in xabspath()
/external/syzkaller/sys/fuchsia/
Dposix_amd64.const20 O_PATH = 4194304
Dposix_arm64.const20 O_PATH = 4194304
/external/ltp/testcases/kernel/syscalls/execveat/
Dexecveat03.c71 fd = SAFE_OPEN(TEST_FILE_PATH, O_PATH); in do_child()
Dexecveat01.c75 fd4 = SAFE_OPEN(TEST_REL_APP, O_PATH); in setup()
Dexecveat02.c85 fd = SAFE_OPEN(TEST_REL_APP, O_PATH); in setup()
/external/ltp/testcases/kernel/syscalls/open/
Dopen13.c83 fd = SAFE_OPEN(cleanup, TESTFILE, O_RDWR | O_PATH); in main()
/external/syzkaller/sys/akaros/
Dsys_amd64.const66 O_PATH = 32768
Dsys.txt54 …, O_CREAT, O_DIRECTORY, O_EXCL, O_NOCTTY, O_NOFOLLOW, O_NONBLOCK, O_SYNC, O_TRUNC, O_REMCLO, O_PATH
60 fcntl_status = O_APPEND, O_NONBLOCK, O_CLOEXEC, O_REMCLO, O_PATH
/external/syzkaller/sys/linux/
Dcgroup.txt45 define CGROUP_OPEN_FLAGS O_RDWR | O_PATH
/external/adhd/cras/src/tests/
Dfile_wait_unittest.cc254 current_dir = open(".", O_RDONLY|O_PATH|O_DIRECTORY); in TEST()

123