Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dutils.cpp90 std::regex searchPath(std::string(R"(i2c-\d+$)")); in getI2cDevicePaths() local
98 if (std::regex_search(path, matchPath, searchPath)) in getI2cDevicePaths()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp500 std::ostringstream searchPath; in detectCpu() local
501 searchPath << std::hex << "peci-" << config.bus << "/" << config.bus in detectCpu()
503 findFiles(std::filesystem::path(peciDevPath + searchPath.str()), in detectCpu()
513 findFiles(std::filesystem::path(peciDevPath + searchPath.str()), in detectCpu()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaDeviceDiscovery.cpp325 std::string searchPath{"/au/com/codeconstruct/"}; in discoverDevices() local
338 "xyz.openbmc_project.ObjectMapper", "GetSubTree", searchPath, 0, in discoverDevices()
/openbmc/pldm/common/
H A Dutils.cpp261 const std::string& searchPath, int depth, in getSubtree() argument
268 method.append(searchPath, depth, ifaceList); in getSubtree()