Home
last modified time | relevance | path

Searched refs:IsRawDirFromHap (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h207 static RState IsRawDirFromHap(const char *hapPath, const std::string &pathName, bool &outValue);
H A Dhap_manager.h369 RState IsRawDirFromHap(const std::string &pathName, bool &outValue);
H A Dresource_manager_impl.h690 virtual RState IsRawDirFromHap(const std::string &pathName, bool &outValue);
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h224 virtual RState IsRawDirFromHap(const std::string &pathName, bool &outValue) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp1125 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 Draw_file_manager.cpp647 RState state = mgr->resManager->IsRawDirFromHap(path, result); in OH_ResourceManager_IsRawDir()
H A Dresource_manager_impl.cpp1712 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 Dresource_manager_test.cpp2001 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 Dhap_parser.cpp938 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 Dresource_manager_napi_sync_impl.cpp1269 RState state = dataContext->addon_->GetResMgr()->IsRawDirFromHap(dataContext->path_, in IsRawDir()