Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/authfs/src/fsverity/
H A Deditor.rs274 struct InMemoryEditor { struct
275 data: RefCell<Vec<u8>>,
276 fail_read: bool,
279 impl InMemoryEditor { impl
285 impl RandomWrite for InMemoryEditor { implementation
305 impl ReadByChunk for InMemoryEditor { implementation