Searched defs:FATDir (Results 1 – 2 of 2) sorted by relevance
365 pub struct FATDir { struct377 impl FATDir { argument540 pub fn open_dir(&self, name: &str, fs: Arc<FATFileSystem>) -> Result<FATDir, SystemError> { in open_dir()587 pub fn create_dir(&self, name: &str, fs: &Arc<FATFileSystem>) -> Result<FATDir, SystemError> { in create_dir()903 target: &FATDir, in rename_across()1829 pub fn to_dir(&self) -> Result<FATDir, SystemError> { in to_dir()
680 pub fn root_dir(&self) -> FATDir { in root_dir()