Searched refs:should_unmap (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/ |
D | dynamic_partition_control_android_unittest.cc | 821 auto should_unmap) { in TEST_P() argument 823 source_slot, target_slot, name, path, should_unmap); in TEST_P() 836 bool should_unmap; in TEST_P() local 838 source(), target(), T("system"), &path, &should_unmap)); in TEST_P() 840 ASSERT_FALSE(should_unmap); in TEST_P() 846 auto should_unmap) { in TEST_P() argument 848 source_slot, target_slot, name, path, should_unmap); in TEST_P() 860 bool should_unmap; in TEST_P() local 862 source(), target(), T("system"), &path, &should_unmap)); in TEST_P() 864 ASSERT_FALSE(should_unmap); in TEST_P() [all …]
|
D | mock_dynamic_partition_control.h | 93 bool* should_unmap) { in RealGetSystemOtherPath() argument 95 source_slot, target_slot, partition_name_suffix, path, should_unmap); in RealGetSystemOtherPath()
|
D | dynamic_partition_control_android.cc | 581 bool* should_unmap) { in GetSystemOtherPath() argument 583 *should_unmap = false; in GetSystemOtherPath() 682 *should_unmap = true; in GetSystemOtherPath() 694 bool should_unmap = false; in EraseSystemOtherAvbFooter() local 697 source_slot, target_slot, partition_name_suffix, &path, &should_unmap)); in EraseSystemOtherAvbFooter() 711 if (should_unmap) { in EraseSystemOtherAvbFooter()
|
D | dynamic_partition_control_android.h | 166 bool* should_unmap);
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 1353 bool should_unmap = current_slot != Slot::Target; in RemoveAllSnapshots() local 1357 if (should_unmap && !UnmapPartitionWithSnapshot(lock, name)) { in RemoveAllSnapshots()
|