Searched refs:SimpleFileSystem (Results 1 – 8 of 8) sorted by relevance
26 pub struct SimpleFileSystem(SimpleFileSystemProtocol); struct28 impl SimpleFileSystem { implementation
10 pub use crate::proto::media::fs::SimpleFileSystem as SimpleFileSystemProtocol;
33 use crate::proto::media::fs::SimpleFileSystem;1348 pub fn get_image_file_system(image_handle: Handle) -> Result<ScopedProtocol<SimpleFileSystem>> { in get_image_file_system() argument1356 let device_handle = locate_device_path::<SimpleFileSystem>(&mut &*device_path)?; in get_image_file_system()
233 `ScopedProtocol<SimpleFileSystem>` instead of `fs::FileSystem`.613 to be loaded via the `SimpleFileSystem` protocol.