Home
last modified time | relevance | path

Searched defs:O_CLOEXEC (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dfcntl.h35 #define O_CLOEXEC 02000000 // set close_on_exec macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs107 const O_CLOEXEC = 0o02000000; constant