Searched refs:system_b (Results 1 – 13 of 13) sorted by relevance
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | partition_cow_creator_test.cpp | 67 ASSERT_NE(system_b, nullptr); in TEST_F() 72 .target_partition = system_b, in TEST_F() 139 ASSERT_NE(system_b, nullptr); in TEST_F() 216 ASSERT_NE(system_b, nullptr); in TEST_F() 220 .target_partition = system_b, in TEST_F() 241 ASSERT_NE(system_b, nullptr); in TEST_F() 242 ASSERT_TRUE(builder_b->ResizePartition(system_b, 128_KiB)); in TEST_F() 249 .target_partition = system_b, in TEST_F() 268 ASSERT_NE(system_b, nullptr); in TEST_F() 269 ASSERT_TRUE(builder_b->ResizePartition(system_b, 128_KiB)); in TEST_F() [all …]
|
/aosp12/system/core/fs_mgr/liblp/ |
H A 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()
|
H A 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()
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/aosp12/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/aosp12/system/sepolicy/private/ |
H A D | cppreopts.te | 3 # This command copies preopted files from the system_b partition to the data
|
/aosp12/system/core/fs_mgr/ |
H A D | README.overlayfs.md | 68 for backing storage. eg: if booting off system_a+vendor_a, use system_b. 102 "*system_b*").
|
/aosp12/system/core/fs_mgr/libsnapshot/android/snapshot/ |
H A D | snapshot.proto | 52 // logical partition; for example, "system_b".
|