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.hpp20 constexpr auto baseInventoryPath = "/xyz/openbmc_project/inventory"; variable
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp31 constants::baseInventoryPath + i_vpdPath); in readKeyword()
97 i_fruPath = constants::baseInventoryPath + i_fruPath; in dumpObject()
135 (i_objectPath.find(constants::baseInventoryPath) == std::string::npos) in getFruProperties()
137 : i_objectPath.substr(strlen(constants::baseInventoryPath)); in getFruProperties()
344 i_vpdPath = constants::baseInventoryPath + i_vpdPath; in writeKeyword()
738 constants::baseInventoryPath, 0, in dumpInventory()