Home
last modified time | relevance | path

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

/aosp12/system/libziparchive/include/ziparchive/
H A Dzip_writer.h75 uint16_t compression_method; member
/aosp12/system/libziparchive/
H A Dzip_archive_common.h90 uint16_t compression_method; member
142 uint16_t compression_method; member
/aosp12/packages/modules/adb/fastdeploy/deploypatchgenerator/
H A Dapk_archive.cpp231 uint16_t compression_method; in ParseCentralDirectoryRecord() member
309 uint16_t compression_method; in CalculateLocalFileEntrySize() member
/aosp12/art/dex2oat/linker/
H A Doat_writer_test.cc372 uint16_t compression_method = 0; // 0 = store only. member
387 uint16_t compression_method = 0; // 0 = store only. member
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp213 int bit_depth, color_type, interlace_method, compression_method, filter_method; in ReadPng() local