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 &fpInfo) 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()
341 bool ExtractZipFile(ModuleZipHelper &helper, const string &fpInfo, string &buf) in ExtractZipFile()451 ModuleZipHelper helper(fpInfo); in Open()
360 ModuleZipHelper helper(zipPath); in GetContentFromZip()
27 class ModuleZipHelper {29 explicit ModuleZipHelper(const std::string &path);30 ~ModuleZipHelper();
44 bool ExtractZipFile(ModuleZipHelper &helper, const std::string &fpInfo, std::string &buf);