Home
last modified time | relevance | path

Searched refs:rawDirPath (Results 1 - 10 of 10) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h117 * @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 Dhap_manager.h247 * @param rawDirPath the rawfile directory path
251 RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList);
H A Dresource_manager_impl.h497 * @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 Dresource_manager_interface.h38 virtual int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) = 0;
H A Dresource_manager_impl.h47 int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) override;
H A Dresource_manager_impl.cpp95 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 Dhap_parser.cpp373 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 Dhap_manager.cpp859 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 Dresource_manager_impl.cpp1372 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 Dresource_manager.h171 virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList) = 0;

Completed in 11 milliseconds