Home
last modified time | relevance | path

Searched refs:echo_fd (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c162 int echo_fd; in connect_test() local
171 if (echo_fd < 0) { in connect_test()
352 int echo_fd =-1; in echo_test() local
362 if (echo_fd < 0) { in echo_test()
364 return echo_fd; in echo_test()
734 int echo_fd = -1; in writev_test() local
746 if (echo_fd < 0) { in writev_test()
748 return echo_fd; in writev_test()
816 int echo_fd = -1; in readv_test() local
828 if (echo_fd < 0) { in readv_test()
[all …]
/aosp12/bionic/tests/
H A Dunistd_test.cpp1544 int echo_fd = open(BIN_DIR "echo", O_RDONLY | O_CLOEXEC); in TEST() local
1545 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()