Searched refs:actual_res (Results 1 – 1 of 1) sorted by relevance
760 std::string actual_res(expected_res.length(), ' '); in VsockClient() local761 if (ReadExact(client, &actual_res) != expected_res.length()) { in VsockClient()766 if (actual_res != expected_res) { in VsockClient()768 LOG(ERROR) << "response from server: " << actual_res << ", but expect " in VsockClient()