Searched refs:ModuleZipHelper (Results 1 – 5 of 5) sorted by relevance
67 ModuleZipHelper::ModuleZipHelper(const std::string &path) in ModuleZipHelper() function in OHOS::SysInstaller::ModuleZipHelper74 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()
305 bool ExtractZipFile(ModuleZipHelper &helper, const string &fileName, string &buf) in ExtractZipFile()386 ModuleZipHelper helper(path); in Open()
336 ModuleZipHelper helper(zipPath); in GetContentFromZip()
27 class ModuleZipHelper {29 explicit ModuleZipHelper(const std::string &path);30 ~ModuleZipHelper();
41 bool ExtractZipFile(ModuleZipHelper &helper, const std::string &fileName, std::string &buf);