Home
last modified time | relevance | path

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

/external/rust/crates/zip/src/
Dread.rs170 return unsupported_zip_error("Compression method not supported"); in make_crypto_reader()
265 return unsupported_zip_error( in get_directory_counts()
290 return unsupported_zip_error( in get_directory_counts()
318 return unsupported_zip_error("Support for multi-disk files is not implemented"); in new()
513 fn unsupported_zip_error<T>(detail: &'static str) -> ZipResult<T> { in unsupported_zip_error() function
935 return unsupported_zip_error("Encrypted files are not supported"); in read_zipfile_from_stream()
938 return unsupported_zip_error("The file length is not available in the local header"); in read_zipfile_from_stream()