Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/
Dspec.rs15 pub struct CentralDirectoryEnd { struct
25 impl CentralDirectoryEnd { argument
38 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse()
66 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse()
Dread.rs299 footer: &spec::CentralDirectoryEnd, in get_directory_counts()