Searched refs:DeleteDevice (Results 1 – 16 of 16) sorted by relevance
49 dm_.DeleteDevice(name_); in ~TempDevice()57 return dm_.DeleteDevice(name_); in Destroy()
91 return DeleteDevice(name, timeout_ms); in DeleteDeviceIfExists()98 bool DeviceMapper::DeleteDevice(const std::string& name, in DeleteDevice() function in android::dm::DeviceMapper130 bool DeviceMapper::DeleteDevice(const std::string& name) { in DeleteDevice() function in android::dm::DeviceMapper131 return DeleteDevice(name, 0ms); in DeleteDevice()161 DeleteDevice(name); in CreateDevice()180 DeleteDevice(name); in CreateDevice()
555 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()
1135 if (!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);
89 if (!dm.DeleteDevice(getId())) { in doDestroy()
264 if (!dm.DeleteDevice(name)) { in UnmapDevice()
527 } else if (!dm.DeleteDevice(mount_point)) { in fs_mgr_setup_verity()
1096 if (!dm.DeleteDevice("bow")) { in Revert()1767 if (!dm.DeleteDevice(*name, 3s)) { in fs_mgr_remount_userdata_into_checkpointing()
149 DeleteDevice(partition); in CleanupTestArtifacts()243 if (!(res = DeleteDevice(snapshot))) return res; in DeleteSnapshotDevice()244 if (!(res = DeleteDevice(snapshot + "-inner"))) return res; in DeleteSnapshotDevice()245 if (!(res = DeleteDevice(snapshot + "-cow"))) return res; in DeleteSnapshotDevice()249 if (!(res = DeleteDevice(snapshot + "-base"))) return res; in DeleteSnapshotDevice()253 AssertionResult DeleteDevice(const std::string& device) { in DeleteDevice() function in android::snapshot::SnapshotTest331 if (!dm_.DeleteDevice("test_partition_b")) { in SimulateReboot()
466 dm.DeleteDevice(snap_name); in MapSnapshot()
514 if (!dm.DeleteDevice(device_name)) { in TearDownAvbHashtree()
260 if (!dm.DeleteDevice(name)) { in DmDeleteCmdHandler()
423 dm.DeleteDevice(name); in MapWithLoopDeviceList()
215 if (!dm.DeleteDevice(name, 750ms)) { in DeleteVerityDevice()