Home
last modified time | relevance | path

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

/external/rust/crates/zip/tests/
Dzip_crypto.rs25 let zip_file_bytes = &mut Cursor::new(vec![ in encrypted_file() localVariable
42 let mut archive = zip::ZipArchive::new(zip_file_bytes).unwrap(); in encrypted_file()