Home
last modified time | relevance | path

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

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