Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/libs/libc/src/include/export/
Ddirent.h49 #define DT_REG 8 macro
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dmod.rs56 pub const DT_REG: u16 = 8; constant
68 FileType::File => DT_REG, in get_file_type_num()
/DragonOS-0.1.8/user/apps/shell/
Dcmd.c274 else if (buf->d_type == DT_REG) in shell_cmd_ls()