Home
last modified time | relevance | path

Searched refs:F_DUPFD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dos_file.c26 #ifndef F_DUPFD_CLOEXEC
27 #define F_DUPFD_CLOEXEC 1030 macro
57 int newfd = fcntl(fd, F_DUPFD_CLOEXEC, minfd); in os_dupfd_cloexec()
/hardware/interfaces/common/support/
DNativeHandle.cpp38 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()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp307 mHidlHandle->data[0] = fcntl(fd, F_DUPFD_CLOEXEC, 0); in CameraHeapMemory()