Searched refs:F_DUPFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
26 #ifndef F_DUPFD_CLOEXEC27 #define F_DUPFD_CLOEXEC 1030 macro57 int newfd = fcntl(fd, F_DUPFD_CLOEXEC, minfd); in os_dupfd_cloexec()
38 to->data[i] = doDup ? fcntl(fd, F_DUPFD_CLOEXEC, 0) : fd; in fromAidl()57 to.fds.at(i).set(doDup ? fcntl(fd, F_DUPFD_CLOEXEC, 0) : fd); in toAidl()
307 mHidlHandle->data[0] = fcntl(fd, F_DUPFD_CLOEXEC, 0); in CameraHeapMemory()