Home
last modified time | relevance | path

Searched refs:AT_FDCWD (Results 1 – 13 of 13) sorted by relevance

/external/bison/lib/
Dfcntl.in.h314 #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553
315 # undef AT_FDCWD
321 #ifndef AT_FDCWD
322 # define AT_FDCWD (-3041965)
/external/bison/darwin-lib/
Dfcntl.h626 #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/
Dfcntl.h626 #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/
Dfcntl.h26 #define AT_FDCWD -100 /* Special value used to indicate macro
/external/valgrind/main/memcheck/tests/linux/
Dsyscalls-2007.c63 utimensat (AT_FDCWD, "/tmp/valgrind-utimensat-test", ts2, 0); in main()
/external/valgrind/main/none/tests/
Dprocfs-cmdline-exe.c75 if ((n = readlinkat(AT_FDCWD, path, buf, sizeof(buf) - 1)) >= 0) in test_readlinkat()
/external/chromium_org/content/common/sandbox_linux/
Dbpf_gpu_policy_linux.cc99 if (static_cast<int>(args.args[0]) == AT_FDCWD) { in GpuSIGSYS_Handler()
/external/chromium_org/sandbox/linux/services/
Dcredentials.cc164 proc_self_fd = openat(AT_FDCWD, "/proc/self/fd", O_DIRECTORY | O_RDONLY); in HasOpenDirectory()
/external/chromium_org/sandbox/linux/seccomp-bpf/
Dsandbox_bpf_unittest.cc712 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/
Dfile.c380 #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/
Dlinux_syscall_support.h487 #ifndef AT_FDCWD
488 #define AT_FDCWD (-100) macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dlinux_syscall_support.h501 #ifndef AT_FDCWD
502 #define AT_FDCWD (-100) macro
/external/valgrind/main/docs/internals/
D3_2_BUGSTATUS.txt129 r6566 r6710 32 n-i-bz AT_FDCWD support for openat()