Home
last modified time | relevance | path

Searched refs:searchPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/
H A DIntelCPUSensorMain.cpp498 std::ostringstream searchPath; in detectCpu() local
499 searchPath << std::hex << "peci-" << config.bus << "/" << config.bus in detectCpu()
501 findFiles(fs::path(peciDevPath + searchPath.str()), in detectCpu()
511 findFiles(fs::path(peciDevPath + searchPath.str()), in detectCpu()
/openbmc/entity-manager/src/
H A Dutils.cpp112 std::regex searchPath(std::string(R"(i2c-\d+$)")); in getI2cDevicePaths() local
120 if (std::regex_search(path, matchPath, searchPath)) in getI2cDevicePaths()
/openbmc/pldm/common/
H A Dutils.cpp255 DBusHandler::getSubtree(const std::string& searchPath, int depth, in getSubtree() argument
262 method.append(searchPath, depth, ifaceList); in getSubtree()