Searched refs:AT_FDCWD (Results 1 – 13 of 13) sorted by relevance
/external/bison/lib/ |
D | fcntl.in.h | 314 #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 315 # undef AT_FDCWD 321 #ifndef AT_FDCWD 322 # define AT_FDCWD (-3041965)
|
/external/bison/darwin-lib/ |
D | fcntl.h | 626 #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 627 # undef AT_FDCWD 633 #ifndef AT_FDCWD 634 # define AT_FDCWD (-3041965) macro
|
/external/bison/linux-lib/ |
D | fcntl.h | 626 #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 627 # undef AT_FDCWD 633 #ifndef AT_FDCWD 634 # define AT_FDCWD (-3041965) macro
|
/external/kernel-headers/original/linux/ |
D | fcntl.h | 26 #define AT_FDCWD -100 /* Special value used to indicate macro
|
/external/valgrind/main/memcheck/tests/linux/ |
D | syscalls-2007.c | 63 utimensat (AT_FDCWD, "/tmp/valgrind-utimensat-test", ts2, 0); in main()
|
/external/valgrind/main/none/tests/ |
D | procfs-cmdline-exe.c | 75 if ((n = readlinkat(AT_FDCWD, path, buf, sizeof(buf) - 1)) >= 0) in test_readlinkat()
|
/external/chromium_org/content/common/sandbox_linux/ |
D | bpf_gpu_policy_linux.cc | 99 if (static_cast<int>(args.args[0]) == AT_FDCWD) { in GpuSIGSYS_Handler()
|
/external/chromium_org/sandbox/linux/services/ |
D | credentials.cc | 164 proc_self_fd = openat(AT_FDCWD, "/proc/self/fd", O_DIRECTORY | O_RDONLY); in HasOpenDirectory()
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | sandbox_bpf_unittest.cc | 712 BPF_ASSERT(static_cast<int>(args.args[0]) == AT_FDCWD); in BrokerOpenTrapHandler() 765 BPF_ASSERT(openat(AT_FDCWD, "/proc/denied", O_RDONLY) == -1); in BPF_TEST() 768 BPF_ASSERT(openat(AT_FDCWD, "/proc/allowed", O_RDONLY) == -1); in BPF_TEST()
|
/external/strace/ |
D | file.c | 380 #ifndef AT_FDCWD 381 # define AT_FDCWD -100 macro 390 if (fd == AT_FDCWD) in print_dirfd()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | linux_syscall_support.h | 487 #ifndef AT_FDCWD 488 #define AT_FDCWD (-100) macro
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | linux_syscall_support.h | 501 #ifndef AT_FDCWD 502 #define AT_FDCWD (-100) macro
|
/external/valgrind/main/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 129 r6566 r6710 32 n-i-bz AT_FDCWD support for openat()
|