Searched refs:sysfsRoot (Results 1 – 1 of 1) sorted by relevance
266 static std::vector<std::filesystem::path> findSysfsNodes(const std::filesystem::path& sysfsRoot, in findSysfsNodes() argument272 for (auto path = sysfsRoot; path != "/" && nodes.empty(); path = path.parent_path()) { in findSysfsNodes()