Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_status.cpp350 if (!fs::exists(hwmonPath)) in getHwmonPath()
354 if (!hwmonPath.empty()) in getHwmonPath()
358 hwmonPath); in getHwmonPath()
359 hwmonPath.clear(); in getHwmonPath()
375 hwmonPath = *fs::directory_iterator(prefixPath); in getHwmonPath()
401 return hwmonPath; in getHwmonPath()
H A Docc_status.hpp321 fs::path hwmonPath; member in open_power::occ::Status