Home
last modified time | relevance | path

Searched refs:from_zip (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/zipfuse/src/
Dinode.rs165 pub fn from_zip<R: io::Read + io::Seek>( in from_zip() method
242 let it = InodeTable::from_zip(&mut zip.unwrap()); in setup()
417 let it = InodeTable::from_zip(&mut zip.unwrap()); in rejects_invalid_paths()
Dmain.rs115 let it = InodeTable::from_zip(&mut z)?; in new()