Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_manager.cpp845 const std::string filePathString = file.path().string().substr( in readTempSensors() local
851 fruTypeValue = readFile<uint32_t>(filePathString + fruTypeSuffix); in readTempSensors()
857 filePathString + fruTypeSuffix, e.code().value()) in readTempSensors()
953 filePathString + maxSuffix, e.code().value()) in readTempSensors()
961 faultValue = readFile<uint32_t>(filePathString + faultSuffix); in readTempSensors()
967 filePathString + faultSuffix, e.code().value()) in readTempSensors()
983 tempValue = readFile<double>(filePathString + inputSuffix); in readTempSensors()
990 filePathString + inputSuffix, e.code().value()) in readTempSensors()
1115 const std::string filePathString = file.path().string().substr( in readPowerSensors() local
1131 tempValue = readFile<double>(filePathString + inputSuffix); in readPowerSensors()
[all …]