Searched refs:newdir_path (Results 1 – 1 of 1) sorted by relevance
661 let newdir_path = partition_root.path().join("some_dir"); in fingerprint_file_for_directory() localVariable662 fs::create_dir(&newdir_path).expect("Should have create 'some_dir' in temp dir"); in fingerprint_file_for_directory()664 let entry = FileMetadata::from_path(&newdir_path, &cache).unwrap(); in fingerprint_file_for_directory()