Searched defs:FD_CLOEXEC (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfcntl.h105 #define FD_CLOEXEC 1 ///< close-on-exec flag macro
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py233 from fcntl import FD_CLOEXEC, F_GETFD, F_SETFD, fcntl; # pylint: disable=F0401 namespace
239 fcntl(oFile, F_SETFD, fcntl(oFile, F_GETFD) | FD_CLOEXEC);

Completed in 2097 milliseconds