Searched refs:AddGroupAndPartition (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/update_engine/aosp/ |
H A D | dynamic_partition_control_android_unittest.cc | 557 AddGroupAndPartition( in SetUp() 564 void AddGroupAndPartition(DeltaArchiveManifest* manifest, in AddGroupAndPartition() function in chromeos_update_engine::DynamicPartitionControlAndroidGroupTestP 577 AddGroupAndPartition(&expected, T("android"), 3_GiB, T("system"), 3_GiB); in TEST_P() 578 AddGroupAndPartition(&expected, T("oem"), 2_GiB, T("vendor"), 2_GiB); in TEST_P() 582 AddGroupAndPartition(&update_manifest, "oem", 2_GiB, "vendor", 2_GiB); in TEST_P() 614 AddGroupAndPartition(&update_manifest, "oem", 2_GiB, "vendor", 2_GiB); in TEST_P() 626 AddGroupAndPartition(&update_manifest, "oem", 2_GiB, "vendor", 2_GiB); in TEST_P() 634 AddGroupAndPartition( in TEST_P() 639 AddGroupAndPartition(&update_manifest, "oem", 1_GiB, "vendor", 1_GiB); in TEST_P() 640 AddGroupAndPartition( in TEST_P() [all …]
|