Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c675 char subdir[PATH_MAX], tmproot[PATH_MAX]; in test_statmount_by_fd() local
690 snprintf(tmproot, PATH_MAX, "%s/%s", tmpdir, "chroot"); in test_statmount_by_fd()
702 if (mkdir(tmproot, 0755)) { in test_statmount_by_fd()
713 if (chroot(tmproot)) { in test_statmount_by_fd()
796 rmdir(tmproot); in test_statmount_by_fd()