Searched refs:rawDirPath (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_parser.h | 118 static RState GetRawFileList(const std::string &hapPath, const std::string &rawDirPath, 128 …atic RState GetRawFileListUnCompressed(const std::string &indexPath, const std::string &rawDirPath,
|
H A D | hap_manager.h | 248 RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList);
|
H A D | resource_manager_impl.h | 499 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList…
|
/ohos5.0/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>& rawfileLis…
|
H A D | resource_manager_impl.cpp | 81 int32_t ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>… in GetRawFileList() argument 83 RState state = resMgr_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()
|
H A D | resource_manager_impl.h | 45 …int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) overr…
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 350 RState HapParser::GetRawFileList(const std::string &hapPath, const std::string &rawDirPath, in GetRawFileList() argument 363 std::string rawfilePath = HapParser::GetRawFilePath(extractor, rawDirPath); in GetRawFileList() 381 … HapParser::GetRawFileListUnCompressed(const std::string &indexPath, const std::string &rawDirPath, in GetRawFileListUnCompressed() argument 389 HapParser::GetPath(rawDirPath, rawFilePath); in GetRawFileListUnCompressed()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 452 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 280 RState ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>&… in GetRawFileList() argument
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 822 RState HapManager::GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &fileList) in GetRawFileList() argument 826 return HapParser::GetRawFileList(hapOrIndexPath, rawDirPath, fileList); in GetRawFileList() 829 return HapParser::GetRawFileListUnCompressed(hapOrIndexPath, rawDirPath, fileList); in GetRawFileList()
|
H A D | resource_manager_impl.cpp | 1391 RState ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>&… in GetRawFileList() argument 1393 return hapManager_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()
|
/ohos5.0/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…
|