Home
last modified time | relevance | path

Searched defs:with_deprecated_encryption (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/
Dunstable.rs13 fn with_deprecated_encryption(self, password: &[u8]) -> Self; in with_deprecated_encryption() method
16 fn with_deprecated_encryption(self, password: &[u8]) -> Self { in with_deprecated_encryption() method
Dwrite.rs193 pub(crate) fn with_deprecated_encryption(mut self, password: &[u8]) -> FileOptions { in with_deprecated_encryption() method