Searched defs:O_CREAT (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | fcntl.h | 18 #define O_CREAT 00000100 // Create file if it does not exist macro |
/DragonOS/kernel/src/filesystem/vfs/ | ||
H A D | file.rs | 85 const O_CREAT = 0o00000100; constant |