Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/common/
Dfcntl.h22 #define O_TRUNC 00001000 // 文件存在且是普通文件,并以O_RDWR或O_WRONLY打开,则它会被清空 macro
/DragonOS-0.1.3/user/libs/libc/src/include/
Dfcntl.h26 #define O_TRUNC 00001000 // 文件存在且是普通文件,并以O_RDWR或O_WRONLY打开,则它会被清空 macro