Home
last modified time | relevance | path

Searched refs:CentralDirEntry (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h28 using CentralDirEntry = struct CentralDirEntry;
81 struct __attribute__((packed)) CentralDirEntry { struct
128 explicit ZipEntry(const CentralDirEntry &centralEntry);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h27 struct CentralDirEntry;
78 struct __attribute__((packed)) CentralDirEntry { struct
139 explicit ZipEntry(const CentralDirEntry &centralEntry);
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h32 struct CentralDirEntry;
83 struct __attribute__((packed)) CentralDirEntry { struct
144 explicit ZipEntry(const CentralDirEntry &centralEntry);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp50 ZipEntry::ZipEntry(const CentralDirEntry &centralEntry) in ZipEntry()
114 CentralDirEntry directoryEntry = {}; in ParseAllEntries()
128 if (fread(&directoryEntry, sizeof(CentralDirEntry), FILE_READ_COUNT, file_) != FILE_READ_COUNT) { in ParseAllEntries()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp40 ZipEntry::ZipEntry(const CentralDirEntry &centralEntry) in ZipEntry()
112 CentralDirEntry directoryEntry = {0}; in ParseAllEntries()
125 if (fread(&directoryEntry, sizeof(CentralDirEntry), FILE_READ_COUNT, file_) != FILE_READ_COUNT) { in ParseAllEntries()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp101 ZipEntry::ZipEntry(const CentralDirEntry &centralEntry) in ZipEntry()
167 CentralDirEntry directoryEntry; in ParseOneEntry()
168 if (memcpy_s(&directoryEntry, sizeof(CentralDirEntry), entryPtr, sizeof(CentralDirEntry)) != EOK) { in ParseOneEntry()
178 entryPtr += sizeof(CentralDirEntry); in ParseOneEntry()

Completed in 6 milliseconds