Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/devicetree_vpd_parser/
H A Dmachine_context.cpp12 std::ifstream vpdStream(nodeBasePath + std::string("model")); in populateFromDeviceTree()
19 vpdStream.open(nodeBasePath + std::string("serial-number")); in populateFromDeviceTree()
29 std::filesystem::path nodePath{nodeBasePath + std::string("model")}; in keyNodeExists()
H A Dmachine_context.hpp23 static constexpr auto nodeBasePath = "/proc/device-tree/"; member in MachineContext