Searched refs:should_unmap (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/aosp/ |
D | dynamic_partition_control_android_unittest.cc | 915 auto should_unmap) { in TEST_P() argument 917 source_slot, target_slot, name, path, should_unmap); in TEST_P() 930 bool should_unmap; in TEST_P() local 932 source(), target(), T("system"), &path, &should_unmap)); in TEST_P() 934 ASSERT_FALSE(should_unmap); in TEST_P() 940 auto should_unmap) { in TEST_P() argument 942 source_slot, target_slot, name, path, should_unmap); in TEST_P() 954 bool should_unmap; in TEST_P() local 956 source(), target(), T("system"), &path, &should_unmap)); in TEST_P() 958 ASSERT_FALSE(should_unmap); in TEST_P() [all …]
|
D | mock_dynamic_partition_control_android.h | 119 bool* should_unmap) { in RealGetSystemOtherPath() argument 121 source_slot, target_slot, partition_name_suffix, path, should_unmap); in RealGetSystemOtherPath()
|
D | dynamic_partition_control_android.cc | 655 bool* should_unmap) { in GetSystemOtherPath() argument 657 *should_unmap = false; in GetSystemOtherPath() 756 *should_unmap = true; in GetSystemOtherPath() 768 bool should_unmap = false; in EraseSystemOtherAvbFooter() local 771 source_slot, target_slot, partition_name_suffix, &path, &should_unmap)); in EraseSystemOtherAvbFooter() 785 if (should_unmap) { in EraseSystemOtherAvbFooter()
|
D | dynamic_partition_control_android.h | 199 bool* should_unmap);
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 1693 bool should_unmap = current_slot != Slot::Target; in RemoveAllSnapshots() local 1695 if (should_unmap && android::base::EndsWith(name, device_->GetSlotSuffix())) { in RemoveAllSnapshots() 1704 should_unmap = false; in RemoveAllSnapshots() 1709 if (should_unmap && !UnmapPartitionWithSnapshot(lock, name)) { in RemoveAllSnapshots()
|