Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/libs/libc/src/include/export/
Ddirent.h45 #define DT_DIR 4 macro
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dmod.rs52 pub const DT_DIR: u16 = 4; constant
69 FileType::Dir => DT_DIR, in get_file_type_num()
/DragonOS-0.1.8/user/apps/shell/
Dcmd.c272 if (buf->d_type == DT_DIR) in shell_cmd_ls()