Lines Matching refs:profilePath
236 bool ParseUtil::ParseSaProfiles(const string& profilePath)
238 HILOGD("profilePath:%{private}s", profilePath.c_str());
239 string realPath = GetRealPath(profilePath);
593 string ParseUtil::GetRealPath(const string& profilePath) const
596 if (realpath(profilePath.c_str(), path) == nullptr) {
604 bool ParseUtil::CheckPathExist(const string& profilePath)
606 std::ifstream profileStream(profilePath.c_str());
610 bool ParseUtil::ParseTrustConfig(const string& profilePath,
613 HILOGD("config path:%{private}s", profilePath.c_str());
614 string realPath = GetRealPath(profilePath);