Searched refs:DeleteDevice (Results 1 – 16 of 16) sorted by relevance
49 dm_.DeleteDevice(name_); in ~TempDevice()57 return dm_.DeleteDevice(name_); in Destroy()
95 return DeleteDevice(name, timeout_ms); in DeleteDeviceIfExists()102 bool DeviceMapper::DeleteDevice(const std::string& name, in DeleteDevice() function in android::dm::DeviceMapper136 bool DeviceMapper::DeleteDevice(const std::string& name) { in DeleteDevice() function in android::dm::DeviceMapper137 return DeleteDevice(name, 0ms); in DeleteDevice()186 DeleteDevice(name); in CreateDevice()205 DeleteDevice(name); in CreateDevice()
556 ASSERT_TRUE(dm.DeleteDevice("libdm-test-dm-linear", 5s)); in TEST()
70 if (!dm.DeleteDevice(name_string)) { in destroy()92 if (!dm.DeleteDevice(device.name())) { in destroyAll()
1223 ret = dm.DeleteDevice(name); in delete_crypto_blk_dev()
91 bool DeleteDevice(const std::string& name);95 bool DeleteDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms);
107 ret = dm.DeleteDevice(getId()); in doDestroy()
264 if (!dm.DeleteDevice(name)) { in UnmapDevice()
527 } else if (!dm.DeleteDevice(mount_point)) { in fs_mgr_setup_verity()
1152 if (!dm.DeleteDevice("bow")) { in Revert()1855 if (!dm.DeleteDevice(*name, 3s)) { in fs_mgr_remount_userdata_into_checkpointing()
154 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
65 dm_.DeleteDevice(name_); in ~TempDevice()73 return dm_.DeleteDevice(name_); in Destroy()
514 if (!dm.DeleteDevice(device_name)) { in TearDownAvbHashtree()
268 if (!dm.DeleteDevice(name)) { in DmDeleteCmdHandler()
437 dm.DeleteDevice(name); in MapWithLoopDeviceList()
256 if (!dm.DeleteDevice(name, timeout)) { in DeleteVerityDevice()