Searched refs:rawDirPath (Results 1 – 7 of 7) sorted by relevance
/base/global/resource_management/frameworks/resmgr/include/ |
D | hap_parser.h | 118 static RState GetRawFileList(const std::string &hapPath, const std::string &rawDirPath,
|
D | hap_manager.h | 225 RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList);
|
D | resource_manager_impl.h | 466 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList…
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | resource_manager.h | 157 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList…
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 314 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/ |
D | hap_manager.cpp | 735 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()
|
D | resource_manager_impl.cpp | 1008 RState ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>&… in GetRawFileList() argument 1010 return hapManager_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()
|