Home
last modified time | relevance | path

Searched refs:compressionMethod (Results 1 – 3 of 3) sorted by relevance

/base/update/updater/services/package/pkg_package/
Dpkg_zipfile.h40 uint16_t compressionMethod = 0; member
74 uint16_t compressionMethod = 0; member
Dpkg_zipfile.cpp320 centralDir->compressionMethod = static_cast<uint16_t>(fileInfo_.method); in EncodeCentralDirEntry()
358 header->compressionMethod = static_cast<uint16_t>(fileInfo_.method); in EncodeLocalFileHeader()
433 …hod = static_cast<int32_t>(ReadLE16(buffer.buffer + offsetof(CentralDirEntry, compressionMethod))); in DecodeCentralDirEntry()
534 … uint16_t compressionMethod = ReadLE16(data.buffer + offsetof(LocalFileHeader, compressionMethod)); in DecodeLocalFileHeader() local
535 fileInfo_.method = static_cast<int32_t>(compressionMethod); in DecodeLocalFileHeader()
/base/update/updater/test/unittest/package/
Dpkg_package_unittest.cpp145 centralDir->compressionMethod = PKG_COMPRESS_METHOD_ZIP; in TestBigZipEntry()