Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dunistd_test.cpp1552 int printenv_fd = open(BIN_DIR "printenv", O_RDONLY | O_CLOEXEC); in TEST() local
1553 ASSERT_NE(-1, printenv_fd); in TEST()
1560 eth.Run([&]() { fexecve(printenv_fd, eth.GetArgs(), eth.GetEnv()); }, 0, expected_output.c_str()); in TEST()
1561 close(printenv_fd); in TEST()