Searched refs:searchPath (Results 1 – 3 of 3) sorted by relevance
514 std::ostringstream searchPath; in detectCpu() local515 searchPath << std::hex << "peci-" << config.bus << "/" << config.bus in detectCpu()517 findFiles(std::filesystem::path(peciDevPath + searchPath.str()), in detectCpu()527 findFiles(std::filesystem::path(peciDevPath + searchPath.str()), in detectCpu()
112 std::regex searchPath(std::string(R"(i2c-\d+$)")); in getI2cDevicePaths() local120 if (std::regex_search(path, matchPath, searchPath)) in getI2cDevicePaths()
255 const std::string& searchPath, int depth, in getSubtree() argument262 method.append(searchPath, depth, ifaceList); in getSubtree()