Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libdm/
H A Dtest_util.h49 dm_.DeleteDevice(name_); in ~TempDevice()
57 return dm_.DeleteDevice(name_); in Destroy()
H A 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()
H A 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()
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h125 bool DeleteDevice(const std::string& name);
129 bool DeleteDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp264 if (!dm.DeleteDevice(name)) { in UnmapDevice()
H A Dfs_mgr.cpp1171 if (!dm.DeleteDevice("bow")) { in Revert()
1830 if (!dm.DeleteDevice(*name, 3s)) { in fs_mgr_remount_userdata_into_checkpointing()
/aosp14/system/core/fs_mgr/libsnapshot/
H A 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
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_test.cpp71 dm_.DeleteDevice(name_); in ~Tempdevice()
79 return dm_.DeleteDevice(name_); in Destroy()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb.cpp515 if (!dm.DeleteDevice(device_name)) { in TearDownAvbHashtree()
/aosp14/system/core/fs_mgr/tools/
H A Ddmctl.cpp289 if (!dm.DeleteDevice(name)) { in DmDeleteCmdHandler()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dcow_snapuserd_test.cpp66 dm_.DeleteDevice(name_); in ~TempDevice()
74 return dm_.DeleteDevice(name_); in Destroy()
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp437 dm.DeleteDevice(name); in MapWithLoopDeviceList()