Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/
Dutility_test.cpp123 Partition* system_a = builder->AddPartition("system_a", "group_a", LP_PARTITION_ATTR_READONLY); in TEST() local
124 ASSERT_NE(system_a, nullptr); in TEST()
125 ASSERT_TRUE(builder->ResizePartition(system_a, 40 * 1024)); in TEST()
138 auto system_a_extents = GetPartitionExtents(system_a); in TEST()
Dbuilder_test.cpp759 Partition* system_a = builder->AddPartition("system_a", 0); in TEST_F() local
760 ASSERT_NE(system_a, nullptr); in TEST_F()
763 ASSERT_TRUE(builder->ResizePartition(system_a, 2_GiB)); in TEST_F()
767 system_a = builder->AddPartition("system_a", 0); in TEST_F()
768 ASSERT_NE(system_a, nullptr); in TEST_F()
769 ASSERT_TRUE(builder->ResizePartition(system_a, 3_GiB)); in TEST_F()
771 EXPECT_EQ(system_a->extents().size(), static_cast<size_t>(1)); in TEST_F()
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator_test.cpp60 auto system_a = builder_a->AddPartition("system_a", LP_PARTITION_ATTR_READONLY); in TEST_F() local
61 ASSERT_NE(system_a, nullptr); in TEST_F()
62 ASSERT_TRUE(builder_a->ResizePartition(system_a, partition_size)); in TEST_F()
132 auto system_a = builder_a->AddPartition("system_a", LP_PARTITION_ATTR_READONLY); in TEST_F() local
133 ASSERT_NE(system_a, nullptr); in TEST_F()
134 ASSERT_TRUE(builder_a->ResizePartition(system_a, partition_size)); in TEST_F()
/system/core/fs_mgr/
DREADME.overlayfs.md68 for backing storage. eg: if booting off system_a+vendor_a, use system_b.