Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/openat2/
H A Dresolve_test.c49 int dfd, tmpfd; in setup_testdir() local
65 tmpfd = openat(dfd, "root", O_PATH | O_DIRECTORY); in setup_testdir()
66 if (tmpfd < 0) in setup_testdir()
69 dfd = tmpfd; in setup_testdir()
/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c846 int tmpfd; in TEST() local
849 tmpfd = mkstemp(tmpfile); in TEST()
850 if (tmpfd < 0) { in TEST()
853 close(tmpfd); in TEST()