Home
last modified time | relevance | path

Searched defs:DataDesc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h130 struct __attribute__((packed)) DataDesc { struct
131 uint32_t signature = 0;
132 uint32_t crc = 0;
133 uint32_t compressedSize = 0;
134 uint32_t uncompressedSize = 0;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h119 struct __attribute__((packed)) DataDesc { struct
120 uint32_t signature = 0;
121 uint32_t crc = 0;
122 uint32_t compressedSize = 0;
123 uint32_t uncompressedSize = 0;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h135 struct __attribute__((packed)) DataDesc { struct
136 uint32_t signature = 0;
137 uint32_t crc = 0;
138 uint32_t compressedSize = 0;
139 uint32_t uncompressedSize = 0;