Searched defs:SimpleFileSystem (Results 1 – 2 of 2) sorted by relevance
26 pub struct SimpleFileSystem(SimpleFileSystemProtocol); struct28 impl SimpleFileSystem { impl
1348 pub fn get_image_file_system(image_handle: Handle) -> Result<ScopedProtocol<SimpleFileSystem>> { in get_image_file_system()