Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator_test.cpp60 auto system_b = builder_b->AddPartition("system_b", LP_PARTITION_ATTR_READONLY); in TEST_F() local
61 ASSERT_NE(system_b, nullptr); in TEST_F()
62 ASSERT_TRUE(builder_b->ResizePartition(system_b, partition_size)); in TEST_F()
66 .target_partition = system_b, in TEST_F()
132 auto system_b = builder_b->AddPartition("system_b", LP_PARTITION_ATTR_READONLY); in TEST_F() local
133 ASSERT_NE(system_b, nullptr); in TEST_F()
134 ASSERT_TRUE(builder_b->ResizePartition(system_b, partition_size)); in TEST_F()
141 MetadataBuilder* builder_b, Partition* system_b) { in TEST_F() argument
145 .target_partition = system_b, in TEST_F()
163 ASSERT_EQ(2 * chunk_size, cow_device_size(iopv, builder_a.get(), builder_b.get(), system_b)); in TEST_F()
[all …]
/system/core/fs_mgr/liblp/
Dutility_test.cpp131 Partition* system_b = builder->AddPartition("system_b", "group_b", LP_PARTITION_ATTR_READONLY); in TEST() local
132 ASSERT_NE(system_b, nullptr); in TEST()
133 ASSERT_TRUE(builder->ResizePartition(system_b, 36 * 1024)); in TEST()
Dbuilder_test.cpp766 Partition* system_b = builder->AddPartition("system_b", 0); in TEST_F() local
767 ASSERT_NE(system_b, nullptr); in TEST_F()
769 ASSERT_TRUE(builder->ResizePartition(system_b, 2_GiB)); in TEST_F()
777 EXPECT_EQ(system_b->extents().size(), static_cast<size_t>(1)); in TEST_F()
778 ASSERT_TRUE(builder->ResizePartition(system_b, 6_GiB)); in TEST_F()
779 EXPECT_EQ(system_b->extents().size(), static_cast<size_t>(2)); in TEST_F()
/system/sepolicy/prebuilts/api/26.0/public/
Dcppreopts.te3 # This command copies preopted files from the system_b partition to the data
/system/sepolicy/prebuilts/api/27.0/public/
Dcppreopts.te3 # This command copies preopted files from the system_b partition to the data
/system/sepolicy/prebuilts/api/28.0/public/
Dcppreopts.te3 # This command copies preopted files from the system_b partition to the data
/system/sepolicy/prebuilts/api/29.0/private/
Dcppreopts.te3 # This command copies preopted files from the system_b partition to the data
/system/sepolicy/prebuilts/api/30.0/private/
Dcppreopts.te3 # This command copies preopted files from the system_b partition to the data
/system/sepolicy/private/
Dcppreopts.te3 # This command copies preopted files from the system_b partition to the data
/system/core/fs_mgr/
DREADME.overlayfs.md68 for backing storage. eg: if booting off system_a+vendor_a, use system_b.
102 "*system_b*").
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto40 // logical partition; for example, "system_b".