Searched refs:AT_FDCWD (Results 1 - 3 of 3) sorted by path

/external/kernel-headers/original/linux/
H A Dfcntl.h26 #define AT_FDCWD -100 /* Special value used to indicate macro
/external/strace/
H A Dfile.c380 #ifndef AT_FDCWD
381 # define AT_FDCWD -100 macro
390 if (fd == AT_FDCWD)
391 tprintf("AT_FDCWD, ");
/external/valgrind/main/none/tests/
H A Dprocfs-cmdline-exe.c75 if ((n = readlinkat(AT_FDCWD, path, buf, sizeof(buf) - 1)) >= 0)

Completed in 168 milliseconds