Searched refs:O_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
35 #define O_CLOEXEC 02000000 // set close_on_exec macro
39 #define O_CLOEXEC 02000000 // set close_on_exec macro
73 const O_CLOEXEC = 0o02000000; constant327 return self.mode.contains(FileMode::O_CLOEXEC); in close_on_exec()334 self.mode.insert(FileMode::O_CLOEXEC); in set_close_on_exec()336 self.mode.remove(FileMode::O_CLOEXEC); in set_close_on_exec()