Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/
Ddm_test.cpp68 dm_.DeleteDevice(name_); in ~TempDevice()
76 return dm_.DeleteDevice(name_); in Destroy()
Ddm.cpp69 bool DeviceMapper::DeleteDevice(const std::string& name) { in DeleteDevice() function in android::dm::DeviceMapper
118 DeleteDevice(name); in CreateDevice()
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h73 bool DeleteDevice(const std::string& name);
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp202 if (!dm.DeleteDevice(name)) { in UnmapDevice()
Dfs_mgr_verity.cpp864 } else if (!dm.DeleteDevice(mount_point)) { in fs_mgr_setup_verity()
Dfs_mgr.cpp967 if (!dm.DeleteDevice("bow")) { in Revert()
/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp469 if (!dm.DeleteDevice(device_name)) { in TearDownAvbHashtree()
/system/core/fs_mgr/tools/
Ddmctl.cpp198 if (!dm.DeleteDevice(name)) { in DmDeleteCmdHandler()
/system/apex/apexd/
Dapexd.cpp226 if (!dm.DeleteDevice(name)) { in DeleteVerityDevice()