/external/strace/xlat/ |
D | open_mode_flags.h | 462 #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 …]
|
D | open_mode_flags.in | 161 O_PATH 020000000 163 O_PATH 040000000 165 O_PATH 0100000000 167 O_PATH 010000000
|
/external/ltp/include/lapi/ |
D | fcntl.h | 118 #ifndef O_PATH 120 # define O_PATH 0x1000000 macro 122 # define O_PATH 010000000 macro
|
/external/iptables/extensions/ |
D | libxt_cgroup.c | 7 O_PATH = 1, enumerator 39 .id = O_PATH, 70 case O_PATH: in cgroup_parse_v1()
|
/external/strace/tests-m32/ |
D | dev-yy.c | 41 #if defined __NR_openat && defined O_PATH 65 O_RDONLY|O_PATH); in main()
|
D | openat.c | 106 # ifdef O_PATH in main() 107 { ARG_STR(O_PATH) }, in main()
|
/external/strace/tests/ |
D | dev-yy.c | 41 #if defined __NR_openat && defined O_PATH 65 O_RDONLY|O_PATH); in main()
|
D | openat.c | 106 # ifdef O_PATH in main() 107 { ARG_STR(O_PATH) }, in main()
|
/external/strace/tests-mx32/ |
D | dev-yy.c | 41 #if defined __NR_openat && defined O_PATH 65 O_RDONLY|O_PATH); in main()
|
D | openat.c | 106 # ifdef O_PATH in main() 107 { ARG_STR(O_PATH) }, in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 84 #ifndef O_PATH 85 #define O_PATH 010000000 macro
|
/external/linux-kselftest/tools/testing/selftests/exec/ |
D | execveat.c | 234 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/ |
D | fd-001-lookup.c | 146 fd = open("/", O_PATH|O_DIRECTORY); in main() 153 fd = open("/", O_PATH|O_DIRECTORY); in main()
|
/external/toybox/lib/ |
D | portability.h | 218 #ifndef O_PATH 219 #define O_PATH 010000000 macro
|
D | xwrap.c | 525 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/ |
D | posix_amd64.const | 20 O_PATH = 4194304
|
D | posix_arm64.const | 20 O_PATH = 4194304
|
/external/ltp/testcases/kernel/syscalls/execveat/ |
D | execveat03.c | 71 fd = SAFE_OPEN(TEST_FILE_PATH, O_PATH); in do_child()
|
D | execveat01.c | 75 fd4 = SAFE_OPEN(TEST_REL_APP, O_PATH); in setup()
|
D | execveat02.c | 85 fd = SAFE_OPEN(TEST_REL_APP, O_PATH); in setup()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open13.c | 83 fd = SAFE_OPEN(cleanup, TESTFILE, O_RDWR | O_PATH); in main()
|
/external/syzkaller/sys/akaros/ |
D | sys_amd64.const | 66 O_PATH = 32768
|
D | sys.txt | 54 …, 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/ |
D | cgroup.txt | 45 define CGROUP_OPEN_FLAGS O_RDWR | O_PATH
|
/external/adhd/cras/src/tests/ |
D | file_wait_unittest.cc | 254 current_dir = open(".", O_RDONLY|O_PATH|O_DIRECTORY); in TEST()
|