Home
last modified time | relevance | path

Searched refs:ReadRawFileFromHap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h98 static RState ReadRawFileFromHap(const std::string &hapPath, const std::string &rawFileName,
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp286 RState HapParser::ReadRawFileFromHap(const std::string &hapPath, const std::string &rawFileName, si… in ReadRawFileFromHap() function in OHOS::Global::Resource::HapParser
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp765 RState state = HapParser::ReadRawFileFromHap(tempPath, rawFileName, len, outValue); in FindRawFileFromHap()