Searched refs:nodeBasePath (Results 1 – 2 of 2) sorted by relevance
12 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()
23 static constexpr auto nodeBasePath = "/proc/device-tree/"; member in MachineContext