Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dops.rs490 pub(crate) struct FakeGblOpsStorage(pub Vec<TestGblDisk>); struct
492 impl FakeGblOpsStorage { implementation
512 impl Deref for FakeGblOpsStorage { implementation