Searched refs:expected_res (Results 1 – 1 of 1) sorted by relevance
759 const std::string expected_res = fmt::format("OK {}\n", port); in VsockClient() local760 std::string actual_res(expected_res.length(), ' '); in VsockClient()761 if (ReadExact(client, &actual_res) != expected_res.length()) { in VsockClient()766 if (actual_res != expected_res) { in VsockClient()769 << expected_res; in VsockClient()