Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive_common.h113 uint32_t external_file_attributes; member
Dziptool.cpp295 int attrs = entry.external_file_attributes & 0xff; in InfoOne()
Dzip_archive.cc848 data->external_file_attributes = cdr->external_file_attributes; in FindEntry()
850 data->unix_mode = (cdr->external_file_attributes >> 16) & 0xffff; in FindEntry()
/system/libziparchive/include/ziparchive/
Dzip_archive.h84 uint32_t external_file_attributes; member
/system/core/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp256 uint32_t external_file_attributes; in ParseCentralDirectoryRecord() member