Home
last modified time | relevance | path

Searched refs:DeleteDevice (Results 1 – 16 of 16) sorted by relevance

/system/core/fs_mgr/libdm/
Dtest_util.h49 dm_.DeleteDevice(name_); in ~TempDevice()
57 return dm_.DeleteDevice(name_); in Destroy()
Ddm.cpp95 return DeleteDevice(name, timeout_ms); in DeleteDeviceIfExists()
102 bool DeviceMapper::DeleteDevice(const std::string& name, in DeleteDevice() function in android::dm::DeviceMapper
136 bool DeviceMapper::DeleteDevice(const std::string& name) { in DeleteDevice() function in android::dm::DeviceMapper
137 return DeleteDevice(name, 0ms); in DeleteDevice()
186 DeleteDevice(name); in CreateDevice()
205 DeleteDevice(name); in CreateDevice()
Ddm_test.cpp556 ASSERT_TRUE(dm.DeleteDevice("libdm-test-dm-linear", 5s)); in TEST()
/system/vold/
DDevmapper.cpp70 if (!dm.DeleteDevice(name_string)) { in destroy()
92 if (!dm.DeleteDevice(device.name())) { in destroyAll()
Dcryptfs.cpp1223 ret = dm.DeleteDevice(name); in delete_crypto_blk_dev()
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h91 bool DeleteDevice(const std::string& name);
95 bool DeleteDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms);
/system/vold/model/
DPrivateVolume.cpp107 ret = dm.DeleteDevice(getId()); in doDestroy()
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp264 if (!dm.DeleteDevice(name)) { in UnmapDevice()
Dfs_mgr_verity.cpp527 } else if (!dm.DeleteDevice(mount_point)) { in fs_mgr_setup_verity()
Dfs_mgr.cpp1152 if (!dm.DeleteDevice("bow")) { in Revert()
1855 if (!dm.DeleteDevice(*name, 3s)) { in fs_mgr_remount_userdata_into_checkpointing()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp154 DeleteDevice(partition); in CleanupTestArtifacts()
273 if (!(res = DeleteDevice(snapshot))) return res; in DeleteSnapshotDevice()
277 if (!(res = DeleteDevice(snapshot + "-inner"))) return res; in DeleteSnapshotDevice()
278 if (!(res = DeleteDevice(snapshot + "-cow"))) return res; in DeleteSnapshotDevice()
282 if (!(res = DeleteDevice(snapshot + "-base"))) return res; in DeleteSnapshotDevice()
283 if (!(res = DeleteDevice(snapshot + "-src"))) return res; in DeleteSnapshotDevice()
287 AssertionResult DeleteDevice(const std::string& device) { in DeleteDevice() function in android::snapshot::SnapshotTest
Dcow_snapuserd_test.cpp65 dm_.DeleteDevice(name_); in ~TempDevice()
73 return dm_.DeleteDevice(name_); in Destroy()
/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp514 if (!dm.DeleteDevice(device_name)) { in TearDownAvbHashtree()
/system/core/fs_mgr/tools/
Ddmctl.cpp268 if (!dm.DeleteDevice(name)) { in DmDeleteCmdHandler()
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp437 dm.DeleteDevice(name); in MapWithLoopDeviceList()
/system/apex/apexd/
Dapexd.cpp256 if (!dm.DeleteDevice(name, timeout)) { in DeleteVerityDevice()