Searched defs:O_APPEND (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | fcntl.h | 24 #define O_APPEND 00002000 // 文件指针会被移动到文件末尾 macro |
/DragonOS/kernel/src/filesystem/vfs/ | ||
H A D | file.rs | 93 const O_APPEND = 0o00002000; constant |