Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive_common.h111 uint32_t external_file_attributes; member
Dzip_archive.cc633 data->external_file_attributes = cdr->external_file_attributes; in FindEntry()
635 data->unix_mode = (cdr->external_file_attributes >> 16) & 0xffff; in FindEntry()
Dziptool.cpp287 int attrs = entry.external_file_attributes & 0xff; in InfoOne()
/system/core/libziparchive/include/ziparchive/
Dzip_archive.h89 uint32_t external_file_attributes; member
/system/core/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp256 uint32_t external_file_attributes; in ParseCentralDirectoryRecord() member