Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h41 bool ExtractZipFile(ModuleZipHelper &helper, const std::string &fileName, std::string &buf);
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp305 bool ExtractZipFile(ModuleZipHelper &helper, const string &fileName, string &buf) in ExtractZipFile() function
393 if (!ExtractZipFile(helper, PACK_INFO_NAME, moduleInfo)) { in Open()
H A Dmodule_utils.cpp342 if (!ExtractZipFile(helper, fileName, content)) { in GetContentFromZip()