Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Dfcntl.h24 #define O_APPEND 00002000 // 文件指针会被移动到文件末尾 macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs91 const O_APPEND = 0o00002000; constant