Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp43 std::string firstLine, labelName; in readCPU() local
46 std::getline(fileStat, firstLine); in readCPU()
47 std::stringstream ss(firstLine); in readCPU()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dvalidate-regulators-config_tests.cpp177 std::string firstLine = result.substr(0, result.find('\n')); in runToolForOutputWithCommand() local
178 standardOutput = firstLine; in runToolForOutputWithCommand()