Lines Matching refs:test_dir
546 let test_dir = tempfile::TempDir::new().unwrap(); in run_test_with_options() localVariable
547 let zip_path = test_dir.path().join("test.zip"); in run_test_with_options()
558 let mnt_path = test_dir.path().join("mnt"); in run_test_with_options()
563 let mnt_path = test_dir.path().join("mnt"); in run_test_with_options()
796 fn run_fuse_and_check_test_zip(test_dir: &Path, zip_path: &Path) { in run_fuse_and_check_test_zip()
797 let mnt_path = test_dir.join("mnt"); in run_fuse_and_check_test_zip()
815 let test_dir = tempfile::TempDir::new().unwrap(); in supports_deflate() localVariable
816 let zip_path = test_dir.path().join("test.zip"); in supports_deflate()
820 run_fuse_and_check_test_zip(test_dir.path(), &zip_path); in supports_deflate()
846 let test_dir = tempfile::TempDir::new().unwrap(); in supports_zip_on_block_device() localVariable
847 let zip_path = test_dir.path().join("test.zip"); in supports_zip_on_block_device()
869 run_fuse_and_check_test_zip(&test_dir.path(), &ld.path().unwrap()); in supports_zip_on_block_device()