Searched refs:tmpfd (Results 1 – 2 of 2) sorted by relevance
49 int dfd, tmpfd; in setup_testdir() local65 tmpfd = openat(dfd, "root", O_PATH | O_DIRECTORY); in setup_testdir()66 if (tmpfd < 0) in setup_testdir()69 dfd = tmpfd; in setup_testdir()
846 int tmpfd; in TEST() local849 tmpfd = mkstemp(tmpfile); in TEST()850 if (tmpfd < 0) { in TEST()853 close(tmpfd); in TEST()