Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/fsverity/
Deditor.rs302 struct InMemoryEditor { struct
303 data: RefCell<Vec<u8>>,
304 fail_read: bool,
307 impl InMemoryEditor { impl
313 impl RandomWrite for InMemoryEditor { implementation
333 impl ReadByChunk for InMemoryEditor { implementation
/aosp_15_r20/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
H A DInMemorySharedPreferences.java125 private class InMemoryEditor implements SharedPreferences.Editor { class in InMemorySharedPreferences
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
H A DInMemorySharedPreferences.java120 private class InMemoryEditor implements SharedPreferences.Editor { class in InMemorySharedPreferences