Home
last modified time | relevance | path

Searched refs:ReadIndexFromFile (Results 1 – 6 of 6) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dhap_parser.h51 static int32_t ReadIndexFromFile(const char *zipFile, void **buffer,
/base/global/resource_management/frameworks/resmgr/include/
Dhap_parser.h55 …static int32_t ReadIndexFromFile(const char *zipFile, std::unique_ptr<uint8_t[]> &buffer, size_t &…
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_resource_test.cpp263 int32_t out = HapParser::ReadIndexFromFile(hapPath, in LoadFromHap()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_resource_test.cpp267 int32_t out = HapParser::ReadIndexFromFile(hapPath, buf, bufLen); in LoadFromHap()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp126 int32_t HapParser::ReadIndexFromFile(const char *zipFile, void **buffer, in ReadIndexFromFile() function in OHOS::Global::Resource::HapParser
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp174 int32_t HapParser::ReadIndexFromFile(const char *zipFile, std::unique_ptr<uint8_t[]> &buffer, in ReadIndexFromFile() function in OHOS::Global::Resource::HapParser