Home
last modified time | relevance | path

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

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