Home
last modified time | relevance | path

Searched refs:AT_EMPTY_PATH (Results 1 – 20 of 20) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/exec/
Dexecveat.c196 fail += check_execveat(fd, "", AT_EMPTY_PATH); in check_execveat_pathmax()
270 fail += check_execveat(fd, "", AT_EMPTY_PATH); in run_tests()
272 fail += check_execveat(fd_cloexec, "", AT_EMPTY_PATH); in run_tests()
274 fail += check_execveat(fd_path, "", AT_EMPTY_PATH); in run_tests()
279 fail += check_execveat(fd_ephemeral, "", AT_EMPTY_PATH); in run_tests()
282 fail += check_execveat(fd_ephemeral, "", AT_EMPTY_PATH); in run_tests()
287 fail += check_execveat(fd_ephemeral_path, "", AT_EMPTY_PATH); in run_tests()
291 fail += check_execveat_fail(fd, NULL, AT_EMPTY_PATH, EFAULT); in run_tests()
300 fail += check_execveat(fd_symlink, "", AT_EMPTY_PATH); in run_tests()
302 AT_EMPTY_PATH|AT_SYMLINK_NOFOLLOW); in run_tests()
[all …]
/external/strace/xlat/
Dname_to_handle_at_flags.h13 #if defined(AT_EMPTY_PATH) || (defined(HAVE_DECL_AT_EMPTY_PATH) && HAVE_DECL_AT_EMPTY_PATH)
15 static_assert((AT_EMPTY_PATH) == (0x1000), "AT_EMPTY_PATH != 0x1000");
18 # define AT_EMPTY_PATH 0x1000
32 XLAT(AT_EMPTY_PATH),
Dat_flags.h34 #if defined(AT_EMPTY_PATH) || (defined(HAVE_DECL_AT_EMPTY_PATH) && HAVE_DECL_AT_EMPTY_PATH)
36 static_assert((AT_EMPTY_PATH) == (0x1000), "AT_EMPTY_PATH != 0x1000");
39 # define AT_EMPTY_PATH 0x1000
51 XLAT(AT_EMPTY_PATH),
Dname_to_handle_at_flags.in2 AT_EMPTY_PATH 0x1000
Dat_flags.in5 AT_EMPTY_PATH 0x1000
/external/ltp/include/lapi/
Dfcntl.h106 #ifndef AT_EMPTY_PATH
107 # define AT_EMPTY_PATH 0x1000 macro
Dstat.h237 #ifndef AT_EMPTY_PATH
238 # define AT_EMPTY_PATH 0x1000 macro
/external/ltp/testcases/kernel/syscalls/execveat/
Dexecveat.h11 ret = execveat(-1, "", NULL, NULL, AT_EMPTY_PATH); in check_execveat()
Dexecveat03.c53 TEST(execveat(fd, "", argv, environ, AT_EMPTY_PATH)); in do_child()
Dexecveat01.c46 {&fd4, "", AT_EMPTY_PATH},
Dexecveat02.c43 {&bad_fd, "", AT_EMPTY_PATH, EBADF},
/external/linux-kselftest/tools/testing/selftests/tmpfs/
Dbug-link-o-tmpfile.c54 if (linkat(fd, "", AT_FDCWD, "/tmp/1", AT_EMPTY_PATH) == -1) { in main()
/external/kernel-headers/original/uapi/linux/
Dfcntl.h94 #define AT_EMPTY_PATH 0x1000 /* Allow empty relative pathname */ macro
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx02.c43 TEST(statx(file_fd, "", AT_EMPTY_PATH, 0, &buf)); in test_empty_path()
/external/honggfuzz/linux/
Darch.c170 syscall(__NR_execveat, run->global->linux.exeFd, "", args, environ, AT_EMPTY_PATH); in arch_launchChild()
/external/linux-kselftest/tools/testing/selftests/proc/
Dproc-pid-vm.c287 sys_execveat(exec_fd, "", NULL, NULL, AT_EMPTY_PATH); in main()
/external/rust/crates/libc/src/unix/uclibc/arm/
Dmod.rs240 pub const AT_EMPTY_PATH: ::c_int = 0x1000; // from linux_like/mod.rs constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1040 pub const AT_EMPTY_PATH: ::c_int = 0x1000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1973 pub const AT_EMPTY_PATH: ::c_int = 0x1000; constant
/external/strace/
DChangeLog24413 AT_EMPTY_PATH.
48600 failed to recognize AT_EMPTY_PATH. Merging these incomplete