Home
last modified time | relevance | path

Searched refs:O_TRUNC (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.2/kernel/src/common/
Dfcntl.h22 #define O_TRUNC 00001000 // 文件存在且是普通文件,并以O_RDWR或O_WRONLY打开,则它会被清空 macro
/DragonOS-0.1.2/user/libs/libc/src/
Dfcntl.h22 #define O_TRUNC 00001000 // 文件存在且是普通文件,并以O_RDWR或O_WRONLY打开,则它会被清空 macro
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Dfcntl.md29 #define O_TRUNC 00001000 // 文件存在且是普通文件,并以O_RDWR或O_WRONLY打开,则它会被清空
/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.c514 if (file_ptr->mode & O_TRUNC) // 清空文件 in do_open()