Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/fsverity/
Deditor.rs309 struct InMemoryEditor { struct
310 data: RefCell<Vec<u8>>,
311 fail_read: bool,
314 impl InMemoryEditor { implementation
320 impl RandomWrite for InMemoryEditor { implementation
340 impl ReadByChunk for InMemoryEditor { implementation