Searched refs:rawDirPath (Results 1 - 10 of 10) sorted by relevance
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_parser.h | 117 * @param rawDirPath the rawfile directory path 121 static RState GetRawFileList(const std::string &hapPath, const std::string &rawDirPath, 127 * @param rawDirPath the rawfile directory path 131 static RState GetRawFileListUnCompressed(const std::string &indexPath, const std::string &rawDirPath,
|
H A D | hap_manager.h | 247 * @param rawDirPath the rawfile directory path 251 RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList);
|
H A D | resource_manager_impl.h | 497 * @param rawDirPath the rawfile directory path 501 virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList);
|
/base/global/resource_management/interfaces/cj/src/ |
H A D | resource_manager_interface.h | 38 virtual int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) = 0;
|
H A D | resource_manager_impl.h | 47 int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) override;
|
H A D | resource_manager_impl.cpp | 95 int32_t ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) in GetRawFileList() argument 97 RState state = resMgr_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 373 RState HapParser::GetRawFileList(const std::string &hapPath, const std::string &rawDirPath, in GetRawFileList() argument 385 std::string rawfilePath = HapParser::GetRawFilePath(extractor, rawDirPath); in GetRawFileList() 400 RState HapParser::GetRawFileListUnCompressed(const std::string &indexPath, const std::string &rawDirPath, in GetRawFileListUnCompressed() argument 408 HapParser::GetPath(rawDirPath, rawFilePath); in GetRawFileListUnCompressed()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 859 RState HapManager::GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &fileList) in GetRawFileList() argument 876 RState hapState = HapParser::GetRawFileList(hapOrIndexPath, rawDirPath, fileSet); in GetRawFileList() 877 RState hqfState = HapParser::GetRawFileList(temPatchPath, rawDirPath, fileSet); in GetRawFileList() 884 return HapParser::GetRawFileListUnCompressed(hapOrIndexPath, rawDirPath, fileList); in GetRawFileList()
|
H A D | resource_manager_impl.cpp | 1372 RState ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) in GetRawFileList() argument 1374 return hapManager_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 171 virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList) = 0;
|
Completed in 11 milliseconds