Searched refs:searchPath (Results 1 – 3 of 3) sorted by relevance
514 std::ostringstream searchPath; in detectCpu() 515 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() 506 std::ostringstream searchPath; detectCpu() local
112 std::regex searchPath(std::string(R"(i2c-\d+$)")); in getI2cDevicePaths() local120 if (std::regex_search(path, matchPath, searchPath)) in getI2cDevicePaths()
257 const std::string& searchPath, int depth, in getSubtree() argument264 method.append(searchPath, depth, ifaceList); in getSubtree()