Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_cd_entry_map.h93 uint16_t name_length : 12; member
104 uint16_t name_length; member
Dzip_archive.cc875 auto name_length = static_cast<uint16_t>(entryName.size()); in FindEntry() local