Home | History | Annotate | Download | only in tests

Lines Matching defs:new_fd

30    * new_fd */
51 /* Send a character to the new_fd, and receive it from the read end
76 * new_fd */
92 /* Send a character to the new_fd, and receive it from the read end
107 int new_fd;
113 * new_fd */
119 cras_recv_with_fds(sock[1], buf, strlen(msg), &new_fd, &num_fds));
127 /* Send a character to the new_fd, and receive it from the read end
129 ASSERT_EQ(1, write(new_fd, "a", 1));
134 close(new_fd);