Lines Matching defs:realPath
239 string realPath = GetRealPath(profilePath);
240 if (!CheckPathExist(realPath.c_str())) {
245 if (Endswith(realPath, ".json")) {
246 return ParseJsonFile(realPath);
304 bool ParseUtil::ParseJsonFile(const string& realPath)
307 bool result = ParseJsonObj(profileJson, realPath);
600 string realPath(path);
601 return realPath;
614 string realPath = GetRealPath(profilePath);
615 if (!CheckPathExist(realPath.c_str())) {
620 bool result = ParseJsonObj(trustSaIdJson, realPath);
637 HILOGI("ParseTrustConfig realPath:%{public}s, saIds size = %{public}zu", realPath.c_str(), saIds.size());