Searched refs:from_zip (Results 1 – 2 of 2) sorted by relevance
177 pub fn from_zip<R: io::Read + io::Seek>( in from_zip() method265 let it = InodeTable::from_zip(&mut zip.unwrap()); in setup()440 let it = InodeTable::from_zip(&mut zip.unwrap()); in rejects_invalid_paths()
174 let it = InodeTable::from_zip(&mut z)?; in new()