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