Home
last modified time | relevance | path

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

/bionic/tests/
Dunistd_test.cpp1537 int printenv_fd = open(BIN_DIR "printenv", O_RDONLY | O_CLOEXEC); in TEST() local
1538 ASSERT_NE(-1, printenv_fd); in TEST()
1541 eth.Run([&]() { fexecve(printenv_fd, eth.GetArgs(), eth.GetEnv()); }, 0, "A=B\n"); in TEST()
1542 close(printenv_fd); in TEST()