Home
last modified time | relevance | path

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

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