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.cpp338 if (!fs::exists(hwmonPath)) in getHwmonPath()
342 if (!hwmonPath.empty()) in getHwmonPath()
346 hwmonPath); in getHwmonPath()
347 hwmonPath.clear(); in getHwmonPath()
363 hwmonPath = *fs::directory_iterator(prefixPath); in getHwmonPath()
389 return hwmonPath; in getHwmonPath()
H A Docc_status.hpp290 fs::path hwmonPath; member in open_power::occ::Status