Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h128 …static RState GetRawFileListUnCompressed(const std::string &indexPath, const std::string &rawDirPa…
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp381 RState HapParser::GetRawFileListUnCompressed(const std::string &indexPath, const std::string &rawDi… in GetRawFileListUnCompressed() function in OHOS::Global::Resource::HapParser
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp829 return HapParser::GetRawFileListUnCompressed(hapOrIndexPath, rawDirPath, fileList); in GetRawFileList()