Lines Matching defs:file
74 file: F, field
373 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_no_write() localVariable
385 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_from_zero() localVariable
394 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_from_zero() localVariable
403 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_from_zero() localVariable
416 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_unaligned() localVariable
425 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_unaligned() localVariable
438 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_with_hole() localVariable
447 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_with_hole() localVariable
456 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_with_hole() localVariable
468 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_various_writes() localVariable
508 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_inconsistent_read() localVariable
540 let file = VerifiedFileEditor::new(writer); in test_verified_writer_failed_read_back() localVariable
550 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_resize_to_same_size() localVariable
566 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_resize_to_grow() localVariable
583 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_resize_to_shrink() localVariable
602 let file = VerifiedFileEditor::new(writer); in test_resize_to_shrink_with_read_failure() localVariable
614 let file = VerifiedFileEditor::new(writer); in test_resize_to_shirink_to_chunk_boundary() localVariable