Home
last modified time | relevance | path

Searched refs:external_file_attributes (Results 1 – 4 of 4) sorted by relevance

/system/libziparchive/
Dzip_archive_common.h114 uint32_t external_file_attributes; member
Dziptool.cpp338 int attrs = entry.external_file_attributes & 0xff; in InfoOne()
Dzip_archive.cc910 data->external_file_attributes = cdr->external_file_attributes; in FindEntry()
912 data->unix_mode = (cdr->external_file_attributes >> 16) & 0xffff; in FindEntry()
/system/libziparchive/include/ziparchive/
Dzip_archive.h84 uint32_t external_file_attributes; member