Home
last modified time | relevance | path

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

/aosp_15_r20/external/avb/rust/tests/
H A Dtest_ops.rs90 pub struct TestOps<'a> { struct
92 pub partitions: HashMap<&'static str, FakePartition<'a>>,
96 pub default_vbmeta_key: Option<FakeVbmetaKey>,
102 pub vbmeta_keys_for_partition: HashMap<&'static str, (FakeVbmetaKey, u32)>,
107 pub rollbacks: HashMap<usize, IoResult<u64>>,
133 impl<'a> TestOps<'a> { argument
214 impl Default for TestOps<'_> { implementation
232 impl<'a> Ops<'a> for TestOps<'a> { implementation
394 impl<'a> CertOps for TestOps<'a> { implementation
H A Dverify_tests.rs112 fn modify_partition_contents(ops: &mut TestOps, partition: &str) { in modify_partition_contents()
/aosp_15_r20/prebuilts/go/linux-x86/src/go/constant/
Dvalue_test.go320 func TestOps(t *testing.T) { func