Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_zip_helper.cpp181 uint32_t localHeaderSignature = ReadLE32(localHeaderBuf + offsetof(LocalFileHeader, signature)); in GetFileEntryOffset() local
182 if (localHeaderSignature != LOCAL_HEADER_SIGNATURE) { in GetFileEntryOffset()