Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h118 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 Dhap_manager.h248 RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList);
H A Dresource_manager_impl.h499 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList…
/ohos5.0/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>& rawfileLis…
H A Dresource_manager_impl.cpp81 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 Dresource_manager_impl.h45 …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 Dhap_parser.cpp350 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 Dmock_resource_manager_impl.h452 …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 Dmock_resource_manager.cpp280 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 Dhap_manager.cpp822 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 Dresource_manager_impl.cpp1391 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 Dresource_manager.h171 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList…