Searched refs:DT_DIR (Results 1 – 3 of 3) sorted by relevance
45 #define DT_DIR 4 macro
52 pub const DT_DIR: u16 = 4; constant69 FileType::Dir => DT_DIR, in get_file_type_num()
272 if (buf->d_type == DT_DIR) in shell_cmd_ls()