Home
last modified time | relevance | path

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

/external/rust/crates/zip/src/
Dresult.rs28 UnsupportedArchive(&'static str), enumerator
Dread.rs485 return Err(ZipError::UnsupportedArchive( in by_index_with_optional_password()
514 Err(ZipError::UnsupportedArchive(detail)) in unsupported_zip_error()
Dwrite.rs559 return Err(ZipError::UnsupportedArchive("Unsupported compression")) in switch_to()
/external/rust/crates/zip/tests/
Dzip_crypto.rs50 Err(zip::result::ZipError::UnsupportedArchive("Password required to decrypt file")) => { in encrypted_file()