Searched defs:fatfs (Results 1 – 1 of 1) sorted by relevance
181 let fatfs: Result<Arc<FATFileSystem>, SystemError> = FATFileSystem::new(partiton); in mount_root_fs() localVariable191 let fatfs: Arc<FATFileSystem> = fatfs.unwrap(); in mount_root_fs() localVariable