Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/authfs/src/fsverity/
H A Deditor.rs274 struct InMemoryEditor { struct
279 impl InMemoryEditor { implementation
280 pub fn new() -> InMemoryEditor { in new()
285 impl RandomWrite for InMemoryEditor { implementation
305 impl ReadByChunk for InMemoryEditor { implementation
328 let writer = InMemoryEditor::new(); in test_writer()
345 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_no_write()
357 let file = VerifiedFileEditor::new(InMemoryEditor::new()); in test_verified_writer_from_zero()
510 let mut writer = InMemoryEditor::new(); in test_verified_writer_failed_read_back()
572 let mut writer = InMemoryEditor::new(); in test_resize_to_shrink_with_read_failure()
[all …]