Home
last modified time | relevance | path

Searched defs:ZipEntry (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h142 struct ZipEntry { struct
147 uint16_t compressionMethod = 0;
148 uint32_t uncompressedSize = 0;
149 uint32_t compressedSize = 0;
150 uint32_t localHeaderOffset = 0;
151 uint32_t crc = 0;
152 uint16_t flags = 0;
153 uint16_t modifiedTime = 0;
154 uint16_t modifiedDate = 0;
155 std::string fileName;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h137 struct ZipEntry { struct
142 uint16_t compressionMethod = 0;
143 uint32_t uncompressedSize = 0;
144 uint32_t compressedSize = 0;
145 uint32_t localHeaderOffset = 0;
146 uint32_t crc = 0;
147 uint16_t flags = 0;
148 std::string fileName;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h126 struct ZipEntry { struct
152 bool GetEntry(const std::string &entryName, ZipEntry &resultEntry) const; argument
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp50 ZipEntry::ZipEntry(const CentralDirEntry &centralEntry) in ZipEntry() function in OHOS::ZipEntry
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp40 ZipEntry::ZipEntry(const CentralDirEntry &centralEntry) in ZipEntry() function in OHOS::AppExecFwk::ZipEntry
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp101 ZipEntry::ZipEntry(const CentralDirEntry &centralEntry) in ZipEntry() function in OHOS::AbilityBase::ZipEntry