Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/
Dtest_util.h49 dm_.DeleteDevice(name_); in ~TempDevice()
57 return dm_.DeleteDevice(name_); in Destroy()
Ddm.cpp96 return DeleteDevice(name, timeout_ms); in DeleteDeviceIfExists()
103 bool DeviceMapper::DeleteDevice(const std::string& name, in DeleteDevice() function in android::dm::DeviceMapper
137 bool DeviceMapper::DeleteDevice(const std::string& name) { in DeleteDevice() function in android::dm::DeviceMapper
138 return DeleteDevice(name, 0ms); in DeleteDevice()
186 DeleteDevice(name); in WaitForDevice()
205 DeleteDevice(name); in WaitForDevice()
218 DeleteDevice(name); in CreateDevice()
223 DeleteDevice(name); in CreateDevice()
Ddm_test.cpp583 ASSERT_TRUE(dm.DeleteDevice("libdm-test-dm-linear", 5s)); in TEST_F()
745 ASSERT_TRUE(dm.DeleteDevice(test_name_)); in TEST_F()
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h125 bool DeleteDevice(const std::string& name);
129 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.cpp1171 if (!dm.DeleteDevice("bow")) { in Revert()
1830 if (!dm.DeleteDevice(*name, 3s)) { in fs_mgr_remount_userdata_into_checkpointing()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp235 DeleteDevice(partition); in CleanupTestArtifacts()
380 if (!(res = DeleteDevice(snapshot))) return res; in DeleteSnapshotDevice()
384 if (!(res = DeleteDevice(snapshot + "-inner"))) return res; in DeleteSnapshotDevice()
385 if (!(res = DeleteDevice(snapshot + "-cow"))) return res; in DeleteSnapshotDevice()
389 if (!(res = DeleteDevice(snapshot + "-base"))) return res; in DeleteSnapshotDevice()
390 if (!(res = DeleteDevice(snapshot + "-src"))) return res; in DeleteSnapshotDevice()
394 AssertionResult DeleteDevice(const std::string& device) { in DeleteDevice() function in android::snapshot::SnapshotTest
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_test.cpp71 dm_.DeleteDevice(name_); in ~Tempdevice()
79 return dm_.DeleteDevice(name_); in Destroy()
/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp515 if (!dm.DeleteDevice(device_name)) { in TearDownAvbHashtree()
/system/core/fs_mgr/tools/
Ddmctl.cpp289 if (!dm.DeleteDevice(name)) { in DmDeleteCmdHandler()
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
Dcow_snapuserd_test.cpp66 dm_.DeleteDevice(name_); in ~TempDevice()
74 return dm_.DeleteDevice(name_); in Destroy()
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp437 dm.DeleteDevice(name); in MapWithLoopDeviceList()
/system/apex/apexd/
Dapexd.cpp236 if (!dm.DeleteDevice(name, timeout)) { in DeleteVerityDevice()
321 dm.DeleteDevice(name); in CreateVerityDevice()
326 dm.DeleteDevice(name); in CreateVerityDevice()