Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/common/
H A Dfcntl.h24 #define O_APPEND 00002000 // 文件指针会被移动到文件末尾 macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dopen.rs134 if how.o_flags.contains(FileMode::O_APPEND) { in do_sys_openat2()
H A Dfile.rs91 const O_APPEND = 0o00002000; constant