Home
last modified time | relevance | path

Searched refs:ReadFileFromZip (Results 1 - 4 of 4) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_parser.h40 static int32_t ReadFileFromZip(const char *zipFile, const char *fileName, void **buffer,
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h46 static int32_t ReadFileFromZip(unzFile &uf, const char *fileName, std::unique_ptr<uint8_t[]> &buffer,
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp46 int32_t HapParser::ReadFileFromZip(const char *zipFile, const char *fileName, void **buffer, size_t &bufLen, in ReadFileFromZip() function in OHOS::Global::Resource::HapParser
132 int32_t ret = ReadFileFromZip(zipFile, "config.json", &tmpBuf, tmpLen, tmp); in ReadIndexFromFile()
151 return ReadFileFromZip(zipFile, indexFilePath.c_str(), buffer, bufLen, errInfo); in ReadIndexFromFile()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp108 int32_t HapParser::ReadFileFromZip(unzFile &uf, const char *fileName, std::unique_ptr<uint8_t[]> &buffer, in ReadFileFromZip() function in OHOS::Global::Resource::HapParser
165 ret = HapParser::ReadFileFromZip(uf, "config.json", tmpBuf, tmpLen); in ParseModuleNameFromHap()
190 int err = HapParser::ReadFileFromZip(uf, fileName, buffer, bufLen); in ReadFileInfoFromZip()

Completed in 4 milliseconds