Home
last modified time | relevance | path

Searched refs:F_GETFD (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/bionic/
Ddup.cpp46 if (fcntl(old_fd, F_GETFD) == -1) { in dup2()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h86 #define F_GETFD 1 macro
/bionic/tests/headers/posix/
Dfcntl_h.c36 MACRO(F_GETFD); in fcntl_h()
/bionic/tests/
Dsys_mman_test.cpp281 int f = fcntl(fd, F_GETFD); in TEST()
288 f = fcntl(fd, F_GETFD); in TEST()
Dfcntl_test.cpp38 int flags = fcntl(fd, F_GETFD); in TEST()
45 flags = fcntl(fd, F_GETFD); in TEST()
Dutils.h194 int flags = fcntl(fd, F_GETFD); in AssertCloseOnExec()
/bionic/libc/stdio/
Dstdio.cpp295 if ((mode_flags & O_CLOEXEC) && !((tmp = fcntl(fd, F_GETFD)) & FD_CLOEXEC)) { in fdopen()