Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/fsverity/
Deditor.rs302 struct InMemoryEditor { struct
303 data: RefCell<Vec<u8>>,
304 fail_read: bool,
307 impl InMemoryEditor { implementation
313 impl RandomWrite for InMemoryEditor { implementation
333 impl ReadByChunk for InMemoryEditor { implementation