Home
last modified time | relevance | path

Searched refs:l_systemVpdPath (Results 1 – 1 of 1) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/
H A Dibm_handler.cpp945 std::string l_systemVpdPath{SYSTEM_VPD_FILE_PATH}; in setDeviceTreeAndJson()
946 commonUtility::getEffectiveFruPath(m_vpdCollectionMode, l_systemVpdPath, in setDeviceTreeAndJson()
952 "Failed to get effective System VPD path, for [" + l_systemVpdPath + in setDeviceTreeAndJson()
958 if (!std::filesystem::exists(l_systemVpdPath, l_ec)) in setDeviceTreeAndJson()
972 std::make_shared<Parser>(l_systemVpdPath, m_sysCfgJsonObj); in setDeviceTreeAndJson()
978 "System VPD parsing failed, from path [" + l_systemVpdPath + in setDeviceTreeAndJson()
936 std::string l_systemVpdPath{SYSTEM_VPD_FILE_PATH}; setDeviceTreeAndJson() local