Home
last modified time | relevance | path

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

/base/update/updater/services/package/pkg_package/
Dpkg_zipfile.h82 uint16_t commentSize = 0; member
Dpkg_zipfile.cpp392 centralDir->commentSize = 0; in EncodeCentralDirEntry()
525 uint16_t commentSize = ReadLE16(buffer.buffer + offsetof(CentralDirEntry, commentSize)); in DecodeCentralDirEntry() local
526 size_t currLen = sizeof(CentralDirEntry) + nameSize + extraSize + commentSize; in DecodeCentralDirEntry()
/base/update/sys_installer/services/module_update/util/src/
Dmodule_zip_helper.cpp56 uint16_t commentSize = 0; member