Lines Matching defs:systemJson
212 void Worker::getSystemJson(std::string& systemJson,
251 systemJson += (*itrToIM).first + "_" + (*itrToHW).second +
256 systemJson += (*itrToIM).first + ".json";
261 systemJson += itrToIM->second.first + ".json";
375 std::string systemJson{JSON_ABSOLUTE_PATH_PREFIX};
381 getSystemJson(systemJson, parsedVpdMap);
383 if (!systemJson.compare(JSON_ABSOLUTE_PATH_PREFIX))
392 m_parsedJson = jsonUtility::getParsedJson(systemJson, l_errCode);
397 "JSON parsing failed for file [ " + systemJson +
399 systemJson));
413 systemJson + "]",
425 setJsonSymbolicLink(systemJson);