Searched refs:filePathString (Results 1 – 1 of 1) sorted by relevance
/openbmc/openpower-occ-control/ |
H A D | occ_manager.cpp | 905 const std::string filePathString = file.path().string().substr( in readTempSensors() local 911 fruTypeValue = readFile<uint32_t>(filePathString + fruTypeSuffix); in readTempSensors() 917 "PATH", filePathString + fruTypeSuffix, "ERROR", in readTempSensors() 1001 auto dvfsValue = readFile<double>(filePathString + maxSuffix); in readTempSensors() 1010 "PATH", filePathString + maxSuffix, "ERROR", in readTempSensors() 1018 faultValue = readFile<uint32_t>(filePathString + faultSuffix); in readTempSensors() 1024 "PATH", filePathString + faultSuffix, "ERROR", in readTempSensors() 1040 tempValue = readFile<double>(filePathString + inputSuffix); in readTempSensors() 1046 "PATH", filePathString + inputSuffix, "ERROR", in readTempSensors() 1169 const std::string filePathString = file.path().string().substr( in readPowerSensors() local [all …]
|