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.cpp91 return DeleteDevice(name, timeout_ms); in DeleteDeviceIfExists()
98 bool DeviceMapper::DeleteDevice(const std::string& name, in DeleteDevice() function in android::dm::DeviceMapper
130 bool DeviceMapper::DeleteDevice(const std::string& name) { in DeleteDevice() function in android::dm::DeviceMapper
131 return DeleteDevice(name, 0ms); in DeleteDevice()
161 DeleteDevice(name); in CreateDevice()
180 DeleteDevice(name); in CreateDevice()
Ddm_test.cpp555 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.cpp1135 if (!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.cpp89 if (!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.cpp1096 if (!dm.DeleteDevice("bow")) { in Revert()
1767 if (!dm.DeleteDevice(*name, 3s)) { in fs_mgr_remount_userdata_into_checkpointing()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp149 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::SnapshotTest
331 if (!dm_.DeleteDevice("test_partition_b")) { in SimulateReboot()
Dsnapshot.cpp466 dm.DeleteDevice(snap_name); in MapSnapshot()
/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp514 if (!dm.DeleteDevice(device_name)) { in TearDownAvbHashtree()
/system/core/fs_mgr/tools/
Ddmctl.cpp260 if (!dm.DeleteDevice(name)) { in DmDeleteCmdHandler()
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp423 dm.DeleteDevice(name); in MapWithLoopDeviceList()
/system/apex/apexd/
Dapexd.cpp215 if (!dm.DeleteDevice(name, 750ms)) { in DeleteVerityDevice()