Home
last modified time | relevance | path

Searched refs:another_group (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapshot_metadata_updater_test.cpp295 auto another_group = manifest_.mutable_dynamic_partition_metadata()->add_groups(); in TEST_P() local
296 another_group->set_name("another_group"); in TEST_P()
297 another_group->set_size(2_GiB); in TEST_P()
298 another_group->add_partition_names("vendor"); in TEST_P()
315 auto another_group = manifest_.mutable_dynamic_partition_metadata()->add_groups(); in TEST_P() local
316 another_group->set_name("another_group"); in TEST_P()
317 another_group->set_size(4_GiB); in TEST_P()
318 another_group->add_partition_names("system"); in TEST_P()
319 another_group->add_partition_names("vendor"); in TEST_P()
320 another_group->add_partition_names("product"); in TEST_P()