Searched refs:firstLine (Results 1 – 3 of 3) sorted by relevance
43 std::string firstLine, labelName; in readCPU() local46 std::getline(fileStat, firstLine); in readCPU()47 std::stringstream ss(firstLine); in readCPU()
2130 int firstLine; in qmp_guest_network_get_route() local2136 firstLine = 1; in qmp_guest_network_get_route()2145 if (firstLine && !is_ipv6) { in qmp_guest_network_get_route()2146 firstLine = 0; in qmp_guest_network_get_route()
177 std::string firstLine = result.substr(0, result.find('\n')); in runToolForOutputWithCommand() local178 standardOutput = firstLine; in runToolForOutputWithCommand()