Home
last modified time | relevance | path

Searched refs:firstLine (Results 1 – 3 of 3) 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/qemu/qga/
H A Dcommands-linux.c2129 int firstLine; in qmp_guest_network_get_route() local
2134 firstLine = 1; in qmp_guest_network_get_route()
2144 if (firstLine && !is_ipv6) { in qmp_guest_network_get_route()
2145 firstLine = 0; in qmp_guest_network_get_route()
/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()