Lines Matching refs:test_dir
480 let test_dir = tempfile::TempDir::new().unwrap(); in run_test() localVariable
481 let zip_path = test_dir.path().join("test.zip"); in run_test()
492 let mnt_path = test_dir.path().join("mnt"); in run_test()
497 let mnt_path = test_dir.path().join("mnt"); in run_test()
687 fn run_fuse_and_check_test_zip(test_dir: &Path, zip_path: &Path) { in run_fuse_and_check_test_zip()
688 let mnt_path = test_dir.join("mnt"); in run_fuse_and_check_test_zip()
705 let test_dir = tempfile::TempDir::new().unwrap(); in supports_deflate() localVariable
706 let zip_path = test_dir.path().join("test.zip"); in supports_deflate()
710 run_fuse_and_check_test_zip(test_dir.path(), &zip_path); in supports_deflate()
736 let test_dir = tempfile::TempDir::new().unwrap(); in supports_zip_on_block_device() localVariable
737 let zip_path = test_dir.path().join("test.zip"); in supports_zip_on_block_device()
759 run_fuse_and_check_test_zip(&test_dir.path(), &ld.path().unwrap()); in supports_zip_on_block_device()