Home
last modified time | relevance | path

Searched refs:rawDirPath (Results 1 – 7 of 7) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
Dhap_parser.h118 static RState GetRawFileList(const std::string &hapPath, const std::string &rawDirPath,
Dhap_manager.h225 RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList);
Dresource_manager_impl.h466 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList…
/base/global/resource_management/interfaces/inner_api/include/
Dresource_manager.h157 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList…
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp314 RState HapParser::GetRawFileList(const std::string &hapPath, const std::string &rawDirPath, in GetRawFileList() argument
325 std::string rawfilePath = HapParser::GetRawFilePath(extractor, rawDirPath); in GetRawFileList()
/base/global/resource_management/frameworks/resmgr/src/
Dhap_manager.cpp735 RState HapManager::GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &fileList) in GetRawFileList() argument
738 …pManager::GetValidHapPath(hapPath) == OK ? HapParser::GetRawFileList(hapPath, rawDirPath, fileList) in GetRawFileList()
Dresource_manager_impl.cpp1008 RState ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>&… in GetRawFileList() argument
1010 return hapManager_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()