Searched refs:pc1 (Results 1 – 1 of 1) sorted by relevance
| /system/utest/pty/ |
| A D | pty-test.c | 168 int pc1 = openat(pc, "1", O_RDWR | O_NONBLOCK); in pty_test() local 169 ASSERT_GE(pc1, 0, ""); in pty_test() 172 ASSERT_EQ(fd_signals(pc1), 0, ""); in pty_test() 173 ASSERT_EQ(write(pc1, "test", 4), -1, ""); in pty_test() 175 ASSERT_EQ(read(pc1, tmp, 4), -1, ""); in pty_test() 182 ASSERT_EQ(ioctl_pty_make_active(pc1, &n), ZX_ERR_ACCESS_DENIED, ""); in pty_test() 188 ASSERT_EQ(fd_signals(pc1), POLLOUT, ""); in pty_test() 189 ASSERT_EQ(write(pc1, "test", 4), 4, ""); in pty_test() 194 close(pc1); in pty_test()
|
Completed in 9 milliseconds