Searched refs:CheckPathExist (Results 1 – 9 of 9) sorted by relevance
29 if (!CheckPathExist(libName_)) { in PluginLib()80 bool PluginLib::CheckPathExist(const std::string &path) in CheckPathExist() function in OHOS::AVSession::PluginLib
33 static bool CheckPathExist(const std::string &path);
34 static bool CheckPathExist(const char *path);
238 if (!CheckPathExist(realPath.c_str())) { in ParseSaProfiles()600 bool ParseUtil::CheckPathExist(const string& profilePath) in CheckPathExist() function in OHOS::ParseUtil611 if (!CheckPathExist(realPath.c_str())) { in ParseTrustConfig()
36 bool XmlHelper::CheckPathExist(const char *path) in CheckPathExist() function in OHOS::Memory::XmlHelper
75 if (!XmlHelper::CheckPathExist(path.c_str())) { in ReadParamFromXml()
39 bool CheckPathExist(const std::string& profilePath);
408 bool ret = parser_->CheckPathExist(TEST_RESOURCE_PATH + "not_exist.json");424 bool ret = parser_->CheckPathExist(TEST_RESOURCE_PATH + "multi_sa_profile.json");
190 bool isExist = profileParser_->CheckPathExist(path); in InitSystemAbilityProfiles()