Searched refs:F_SETFD (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h101 #define F_SETFD 2 macro
/bionic/tests/
H A Dfcntl_test.cpp32 int rc = fcntl(fd, F_SETFD, FD_CLOEXEC);
/bionic/libc/bionic/
H A Dsystem_properties.cpp193 const int ret = fcntl(fd, F_SETFD, FD_CLOEXEC);
264 const int ret = fcntl(fd, F_SETFD, FD_CLOEXEC);
H A Dgetentropy_linux.c251 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);

Completed in 940 milliseconds