Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Ddup2.cpp37 if (fcntl(old_fd, F_GETFD) == -1) { in dup2()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h84 #define F_GETFD 1 macro
/bionic/tests/headers/posix/
Dfcntl_h.c36 MACRO(F_GETFD); in fcntl_h()
/bionic/tests/
Dfcntl_test.cpp39 int flags = fcntl(fd, F_GETFD); in TEST()
46 flags = fcntl(fd, F_GETFD); in TEST()
Dutils.h161 int flags = fcntl(fd, F_GETFD); in AssertCloseOnExec()
/bionic/libc/stdio/
Dstdio.cpp256 if ((mode_flags & O_CLOEXEC) && !((tmp = fcntl(fd, F_GETFD)) & FD_CLOEXEC)) { in fdopen()