Searched refs:read_status (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/core/echo/
H A Decho.c39 zx_status_t read_status = zx_channel_read(handle, 0u, NULL, NULL, 0, 0, &in_msg_size, NULL); local
40 ASSERT_NE(read_status, ZX_ERR_NO_MEMORY, "unexpected sizing read status");
44 read_status = zx_channel_read(handle, 0u, in_msg_buf, NULL, in_msg_size, 0, &in_msg_size, NULL);
45 ASSERT_EQ(read_status, ZX_OK, "read failed with status");

Completed in 26 milliseconds