Home
last modified time | relevance | path

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

12

/external/linux-kselftest/tools/testing/selftests/exec/
Dexecveat.c197 fail += check_execveat(fd, "", AT_EMPTY_PATH); in check_execveat_pathmax()
271 fail += check_execveat(fd, "", AT_EMPTY_PATH); in run_tests()
273 fail += check_execveat(fd_cloexec, "", AT_EMPTY_PATH); in run_tests()
275 fail += check_execveat(fd_path, "", AT_EMPTY_PATH); in run_tests()
280 fail += check_execveat(fd_ephemeral, "", AT_EMPTY_PATH); in run_tests()
283 fail += check_execveat(fd_ephemeral, "", AT_EMPTY_PATH); in run_tests()
288 fail += check_execveat(fd_ephemeral_path, "", AT_EMPTY_PATH); in run_tests()
292 fail += check_execveat_fail(fd, NULL, AT_EMPTY_PATH, EFAULT); in run_tests()
301 fail += check_execveat(fd_symlink, "", AT_EMPTY_PATH); in run_tests()
303 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.c74 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/syzkaller/sys/fuchsia/
Dposix_amd64.const2 AT_EMPTY_PATH = 4096
Dposix_arm64.const2 AT_EMPTY_PATH = 4096
Dposix.txt95 at_flags = AT_EMPTY_PATH, AT_SYMLINK_NOFOLLOW, AT_SYMLINK_FOLLOW, AT_NO_AUTOMOUNT, AT_EMPTY_PATH
97 linkat_flags = AT_EMPTY_PATH, AT_SYMLINK_FOLLOW
/external/kernel-headers/original/uapi/linux/
Dfcntl.h86 #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.c172 syscall(__NR_execveat, run->global->linux.exeFd, "", args, environ, AT_EMPTY_PATH); in arch_launchChild()
/external/syzkaller/sys/linux/
Dsys_386.const10 AT_EMPTY_PATH = 4096
Dsys_amd64.const10 AT_EMPTY_PATH = 4096
Dsys_arm.const10 AT_EMPTY_PATH = 4096
Dsys_ppc64le.const10 AT_EMPTY_PATH = 4096
Dsys.txt965 at_flags = AT_EMPTY_PATH, AT_SYMLINK_NOFOLLOW, AT_SYMLINK_FOLLOW, AT_NO_AUTOMOUNT, AT_EMPTY_PATH
967 linkat_flags = AT_EMPTY_PATH, AT_SYMLINK_FOLLOW
973 statx_flags = AT_SYMLINK_NOFOLLOW, AT_SYMLINK_FOLLOW, AT_NO_AUTOMOUNT, AT_EMPTY_PATH, AT_STATX_SYNC…
975 name_to_handle_at_flags = AT_EMPTY_PATH, AT_SYMLINK_FOLLOW
Dsys_arm64.const10 AT_EMPTY_PATH = 4096
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go720 AT_EMPTY_PATH = 0x1000 const
Dztypes_linux_386.go697 AT_EMPTY_PATH = 0x1000 const

12