Home
last modified time | relevance | path

Searched refs:should_unmap (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc915 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 …]
Dmock_dynamic_partition_control_android.h119 bool* should_unmap) { in RealGetSystemOtherPath() argument
121 source_slot, target_slot, partition_name_suffix, path, should_unmap); in RealGetSystemOtherPath()
Ddynamic_partition_control_android.cc655 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()
Ddynamic_partition_control_android.h199 bool* should_unmap);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1693 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()