Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/
Dspec.rs22 pub zip_file_comment: Vec<u8>, field
50 let mut zip_file_comment = vec![0; zip_file_comment_length]; in parse() localVariable