Searched refs:S_IFDIR (Results 1 – 1 of 1) sorted by relevance
36 const S_IFDIR = 0o040000; constant602 FileType::Dir => kstat.mode.insert(ModeType::S_IFDIR), in do_fstat()