Home
last modified time | relevance | path

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

/aosp_15_r20/system/libziparchive/
H A Dzip_archive.cc1196 const uint64_t declared_length = entry->uncompressed_length; in Create() local
1253 const uint64_t declared_length = entry->uncompressed_length; in Create() local
1321 explicit FileWriter(const int fd = -1, const uint64_t declared_length = 0) in FileWriter()