Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Dfcntl.h19 #define O_EXCL 00000200 // Fail if file already exists macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs85 const O_EXCL = 0o00000200; constant