Searched refs:IsRawDirFromHap (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_parser.h | 207 static RState IsRawDirFromHap(const char *hapPath, const std::string &pathName, bool &outValue);
|
H A D | hap_manager.h | 369 RState IsRawDirFromHap(const std::string &pathName, bool &outValue);
|
H A D | resource_manager_impl.h | 690 virtual RState IsRawDirFromHap(const std::string &pathName, bool &outValue);
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 224 virtual RState IsRawDirFromHap(const std::string &pathName, bool &outValue) = 0;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 1125 RState HapManager::IsRawDirFromHap(const std::string &pathName, bool &outValue) in IsRawDirFromHap() function in OHOS::Global::Resource::HapManager 1134 RState state = HapParser::IsRawDirFromHap(tempPath.c_str(), pathName, outValue); in IsRawDirFromHap()
|
H A D | raw_file_manager.cpp | 647 RState state = mgr->resManager->IsRawDirFromHap(path, result); in OH_ResourceManager_IsRawDir()
|
H A D | resource_manager_impl.cpp | 1712 RState ResourceManagerImpl::IsRawDirFromHap(const std::string &pathName, bool &outValue) in IsRawDirFromHap() function in OHOS::Global::Resource::ResourceManagerImpl 1714 return hapManager_->IsRawDirFromHap(pathName, outValue); in IsRawDirFromHap()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test.cpp | 2001 RState state = rm->IsRawDirFromHap("test_rawfile.txt", ret); 2014 RState state = rm->IsRawDirFromHap("no_test_rawfile.txt", ret);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 938 RState HapParser::IsRawDirFromHap(const char *hapPath, const std::string &pathName, bool &outValue) in IsRawDirFromHap() function in OHOS::Global::Resource::HapParser
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_sync_impl.cpp | 1269 RState state = dataContext->addon_->GetResMgr()->IsRawDirFromHap(dataContext->path_, in IsRawDir()
|