Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp26 constexpr auto baseInventoryPath = "/xyz/openbmc_project/inventory"; variable
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp50 constants::baseInventoryPath + i_vpdPath); in readKeyword()
124 i_fruPath = constants::baseInventoryPath + i_fruPath; in dumpObject()
279 (i_objectPath.find(constants::baseInventoryPath) == std::string::npos) in getFruProperties()
281 : i_objectPath.substr(strlen(constants::baseInventoryPath)); in getFruProperties()
446 i_vpdPath = constants::baseInventoryPath + i_vpdPath; in writeKeyword()
867 constants::baseInventoryPath, 0, in dumpInventory()