D | boot_control_android_unittest.cc | 360 string S(const string& name) { return name + kSlotSuffixes[source()]; } in S() function in chromeos_update_engine::BootControlAndroidTest 410 {{S("system"), 2_GiB}, in TEST_P() 411 {S("vendor"), 1_GiB}, in TEST_P() 414 ExpectStoreMetadata({{S("system"), 2_GiB}, in TEST_P() 415 {S("vendor"), 1_GiB}, in TEST_P() 428 {{S("system"), 2_GiB}, in TEST_P() 429 {S("vendor"), 1_GiB}, in TEST_P() 432 ExpectStoreMetadata({{S("system"), 2_GiB}, in TEST_P() 433 {S("vendor"), 1_GiB}, in TEST_P() 454 SetMetadata(source(), {{S("system"), 2_GiB}, {T("system"), 2_GiB}}); in TEST_P() [all …]
|