Searched defs:O_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.9/kernel/src/common/ | ||
D | fcntl.h | 35 #define O_CLOEXEC 02000000 // set close_on_exec macro |
/DragonOS-0.1.9/kernel/src/filesystem/vfs/ | ||
D | file.rs | 101 const O_CLOEXEC = 0o02000000; constant |