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