Searched refs:echo_fd (Results 1 – 2 of 2) sorted by relevance
162 int echo_fd; in connect_test() local171 if (echo_fd < 0) { in connect_test()352 int echo_fd =-1; in echo_test() local362 if (echo_fd < 0) { in echo_test()364 return echo_fd; in echo_test()734 int echo_fd = -1; in writev_test() local746 if (echo_fd < 0) { in writev_test()748 return echo_fd; in writev_test()816 int echo_fd = -1; in readv_test() local828 if (echo_fd < 0) { in readv_test()[all …]
1544 int echo_fd = open(BIN_DIR "echo", O_RDONLY | O_CLOEXEC); in TEST() local1545 ASSERT_NE(-1, echo_fd); in TEST()1548 eth.Run([&]() { fexecve(echo_fd, eth.GetArgs(), eth.GetEnv()); }, 0, "hello world\n"); in TEST()1549 close(echo_fd); in TEST()