Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/
Dfcntl.h35 #define O_CLOEXEC 02000000 // set close_on_exec macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Dfcntl.h39 #define O_CLOEXEC 02000000 // set close_on_exec macro
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dfile.rs73 const O_CLOEXEC = 0o02000000; constant
327 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()