Searched refs:vpdPath (Results 1 – 3 of 3) sorted by relevance
1225 bool isReadOnlyEEPROM(const std::string& vpdPath, in isReadOnlyEEPROM() argument1229 if (jsObject["frus"].contains(vpdPath)) in isReadOnlyEEPROM()1231 return jsObject["frus"][vpdPath].at(0).value("readOnly", false); in isReadOnlyEEPROM()1243 if ((vpdPath == in isReadOnlyEEPROM()1245 (vpdPath == in isReadOnlyEEPROM()
92 getVPDInMap(const std::string& vpdPath, in getVPDInMap() argument120 vpdVector = getVpdDataInVector(js, vpdPath); in getVPDInMap()122 ParserFactory::getParser(vpdVector, invPath, vpdPath, vpdStartOffset); in getVPDInMap()133 vpdPath + " is not of type IPZ VPD. Unable to parse the VPD."; in getVPDInMap()
577 bool isReadOnlyEEPROM(const std::string& vpdPath,