Home
last modified time | relevance | path

Searched refs:hwmonBaseName (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/
H A DUtils.cpp97 const std::string& directory, const std::string& hwmonBaseName, in getFullHwmonFilePath() argument
104 result = directory + "/" + hwmonBaseName + "_input"; in getFullHwmonFilePath()
107 filename = directory + "/" + hwmonBaseName + "_label"; in getFullHwmonFilePath()
114 searchVal = hwmonBaseName; in getFullHwmonFilePath()
118 result = directory + "/" + hwmonBaseName + "_input"; in getFullHwmonFilePath()
H A DUtils.hpp76 const std::string& directory, const std::string& hwmonBaseName,