Searched refs:l_srcVpdPath (Results 1 – 2 of 2) sorted by relevance
63 std::string l_srcVpdPath; in backupAndRestore() local65 if (l_srcVpdPath = m_backupAndRestoreCfgJsonObj["source"].value( in backupAndRestore()67 !l_srcVpdPath.empty() && std::filesystem::exists(l_srcVpdPath)) in backupAndRestore()70 std::make_shared<Parser>(l_srcVpdPath, m_sysCfgJsonObj); in backupAndRestore()73 else if (l_srcVpdPath = m_backupAndRestoreCfgJsonObj["source"].value( in backupAndRestore()75 l_srcVpdPath.empty()) in backupAndRestore()130 backupAndRestoreIpzVpd(l_srcVpdMap, l_dstVpdMap, l_srcVpdPath, in backupAndRestore()
635 std::string l_srcVpdPath; in fetchKeywordInfo() local639 if (l_srcVpdPath = io_parsedJsonObj["source"].value("hardwarePath", ""); in fetchKeywordInfo()640 !l_srcVpdPath.empty()) in fetchKeywordInfo()644 else if (l_srcVpdPath = in fetchKeywordInfo()646 l_srcVpdPath.empty()) in fetchKeywordInfo()689 l_srcVpdPath, in fetchKeywordInfo()695 constants::inventoryManagerService, l_srcVpdPath, in fetchKeywordInfo()1052 std::string l_srcVpdPath; in updateAllKeywords() local1056 l_srcVpdPath = l_vpdPath; in updateAllKeywords()1062 l_srcVpdPath = l_vpdPath; in updateAllKeywords()[all …]