Searched defs:FATDir (Results 1 – 2 of 2) sorted by relevance
363 pub struct FATDir { struct375 impl FATDir { argument538 pub fn open_dir(&self, name: &str, fs: Arc<FATFileSystem>) -> Result<FATDir, SystemError> { in open_dir()586 pub fn create_dir(&self, name: &str, fs: &Arc<FATFileSystem>) -> Result<FATDir, SystemError> { in create_dir()1780 pub fn to_dir(&self) -> Result<FATDir, SystemError> { in to_dir()
624 pub fn root_dir(&self) -> FATDir { in root_dir()