Lines Matching defs:vpdFilePath
194 void Worker::fillVPDMap(const std::string& vpdFilePath,
197 if (vpdFilePath.empty())
202 if (!std::filesystem::exists(vpdFilePath))
208 std::make_shared<Parser>(vpdFilePath, m_parsedJson);
1028 const std::string& vpdFilePath)
1030 if (vpdFilePath.empty())
1043 for (const auto& aFru : m_parsedJson["frus"][vpdFilePath])
1619 const std::string& vpdFilePath = itemFRUS.key();
1621 if (skipPathForCollection(vpdFilePath))
1628 std::thread{[vpdFilePath, this]() {
1629 const auto& l_parseResult = parseAndPublishVPD(vpdFilePath);
1643 // add vpdFilePath(EEPROM path) to failed list
1644 m_failedEepromPaths.push_front(vpdFilePath);