Home
last modified time | relevance | path

Searched refs:CheckPathExist (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Dplugin_lib.cpp29 if (!CheckPathExist(libName_)) { in PluginLib()
80 bool PluginLib::CheckPathExist(const std::string &path) in CheckPathExist() function in OHOS::AVSession::PluginLib
H A Dplugin_lib.h33 static bool CheckPathExist(const std::string &path);
/ohos5.0/foundation/resourceschedule/memmgr/common/include/
H A Dxml_helper.h34 static bool CheckPathExist(const char *path);
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp238 if (!CheckPathExist(realPath.c_str())) { in ParseSaProfiles()
600 bool ParseUtil::CheckPathExist(const string& profilePath) in CheckPathExist() function in OHOS::ParseUtil
611 if (!CheckPathExist(realPath.c_str())) { in ParseTrustConfig()
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dxml_helper.cpp36 bool XmlHelper::CheckPathExist(const char *path) in CheckPathExist() function in OHOS::Memory::XmlHelper
H A Dmemmgr_config_manager.cpp75 if (!XmlHelper::CheckPathExist(path.c_str())) { in ReadParamFromXml()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dparse_util.h39 bool CheckPathExist(const std::string& profilePath);
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp408 bool ret = parser_->CheckPathExist(TEST_RESOURCE_PATH + "not_exist.json");
424 bool ret = parser_->CheckPathExist(TEST_RESOURCE_PATH + "multi_sa_profile.json");
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp190 bool isExist = profileParser_->CheckPathExist(path); in InitSystemAbilityProfiles()