Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_zip_helper.cpp67 ModuleZipHelper::ModuleZipHelper(const std::string &path) in ModuleZipHelper() function in OHOS::SysInstaller::ModuleZipHelper
74 ModuleZipHelper::~ModuleZipHelper() in ~ModuleZipHelper()
84 bool ModuleZipHelper::GetNumberOfEntry(uint32_t &number) in GetNumberOfEntry()
100 bool ModuleZipHelper::LocateFile(const std::string &filename) in LocateFile()
117 bool ModuleZipHelper::GetFileSize(uint32_t &size) in GetFileSize()
133 bool ModuleZipHelper::GetFileOffset(uint32_t &offset) in GetFileOffset()
153 bool ModuleZipHelper::GetFileEntryOffset(uint32_t &offset, uint32_t centralDirOffset) const in GetFileEntryOffset()
192 bool ModuleZipHelper::GetFileContent(std::string &buf) in GetFileContent()
H A Dmodule_file.cpp305 bool ExtractZipFile(ModuleZipHelper &helper, const string &fileName, string &buf) in ExtractZipFile()
386 ModuleZipHelper helper(path); in Open()
H A Dmodule_utils.cpp336 ModuleZipHelper helper(zipPath); in GetContentFromZip()
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_zip_helper.h27 class ModuleZipHelper {
29 explicit ModuleZipHelper(const std::string &path);
30 ~ModuleZipHelper();
H A Dmodule_file.h41 bool ExtractZipFile(ModuleZipHelper &helper, const std::string &fileName, std::string &buf);