Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs391 root_guard.inode_type = FATDirEntry::Dir(result.root_dir()); in new()
680 pub fn root_dir(&self) -> FATDir { in root_dir() method