Home
last modified time | relevance | path

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

/bionic/tests/
Dunistd_test.cpp1529 int echo_fd = open(BIN_DIR "echo", O_RDONLY | O_CLOEXEC); in TEST() local
1530 ASSERT_NE(-1, echo_fd); in TEST()
1533 eth.Run([&]() { fexecve(echo_fd, eth.GetArgs(), eth.GetEnv()); }, 0, "hello world\n"); in TEST()
1534 close(echo_fd); in TEST()