Searched refs:ReadFileFromZip (Results 1 - 4 of 4) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | hap_parser.h | 40 static int32_t ReadFileFromZip(const char *zipFile, const char *fileName, void **buffer,
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_parser.h | 46 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 D | hap_parser.cpp | 46 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 D | hap_parser.cpp | 108 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