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.cpp38 int flags = fcntl(fd, F_GETFD); in TEST()
45 flags = fcntl(fd, F_GETFD); in TEST()
Dutils.h179 int flags = fcntl(fd, F_GETFD); in AssertCloseOnExec()
/bionic/libc/stdio/
Dstdio.cpp297 if ((mode_flags & O_CLOEXEC) && !((tmp = fcntl(fd, F_GETFD)) & FD_CLOEXEC)) { in fdopen()