Searched refs:system_b (Results 1 – 12 of 12) sorted by relevance
/system/core/fs_mgr/libsnapshot/ |
D | partition_cow_creator_test.cpp | 66 auto system_b = builder_b->AddPartition("system_b", LP_PARTITION_ATTR_READONLY); in TEST_F() local 67 ASSERT_NE(system_b, nullptr); in TEST_F() 68 ASSERT_TRUE(builder_b->ResizePartition(system_b, partition_size)); in TEST_F() 72 .target_partition = system_b, in TEST_F() 138 auto system_b = builder_b->AddPartition("system_b", LP_PARTITION_ATTR_READONLY); in TEST_F() local 139 ASSERT_NE(system_b, nullptr); in TEST_F() 140 ASSERT_TRUE(builder_b->ResizePartition(system_b, partition_size)); in TEST_F() 147 MetadataBuilder* builder_b, Partition* system_b) { in TEST_F() argument 153 .target_partition = system_b, in TEST_F() 171 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/ |
D | utility_test.cpp | 131 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()
|
D | builder_test.cpp | 761 Partition* system_b = builder->AddPartition("system_b", 0); in TEST_F() local 762 ASSERT_NE(system_b, nullptr); in TEST_F() 764 ASSERT_TRUE(builder->ResizePartition(system_b, 2_GiB)); in TEST_F() 772 EXPECT_EQ(system_b->extents().size(), static_cast<size_t>(1)); in TEST_F() 773 ASSERT_TRUE(builder->ResizePartition(system_b, 6_GiB)); in TEST_F() 774 EXPECT_EQ(system_b->extents().size(), static_cast<size_t>(2)); in TEST_F()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/system/sepolicy/private/ |
D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 68 for backing storage. eg: if booting off system_a+vendor_a, use system_b. 102 "*system_b*").
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 52 // logical partition; for example, "system_b".
|