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.cpp351 if (!fs::exists(hwmonPath)) in getHwmonPath()
355 if (!hwmonPath.empty()) in getHwmonPath()
359 hwmonPath); in getHwmonPath()
360 hwmonPath.clear(); in getHwmonPath()
376 hwmonPath = *fs::directory_iterator(prefixPath); in getHwmonPath()
402 return hwmonPath; in getHwmonPath()
H A Docc_status.hpp321 fs::path hwmonPath; member in open_power::occ::Status