Home
last modified time | relevance | path

Searched defs:control_device (Results 1 – 6 of 6) sorted by relevance

/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h315 DmTargetUser(uint64_t start, uint64_t length, std::string control_device) in DmTargetUser()
319 std::string control_device() const { return control_device_; } in control_device() function
/system/core/fs_mgr/libsnapshot/snapuserd/
Dsnapuserd_client.cpp149 bool SnapuserdClient::WaitForDeviceDelete(const std::string& control_device) { in WaitForDeviceDelete()
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_dm_user.cpp27 const std::string& control_device, const std::string& misc_name, in Worker()
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
Dsnapuserd_worker.cpp36 const std::string& control_device, const std::string& misc_name, in WorkerThread()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp517 auto control_device = "/dev/dm-user/" + misc_name; in MapDmUserCow() local
1808 std::string control_device = "/dev/dm-user/" + misc_name; in PerformInitTransition() local
2674 auto control_device = "/dev/dm-user/" + dm_user_name; in UnmapDmUserDevice() local
2714 auto control_device = "/dev/dm-user/" + dm_user_name; in UnmapUserspaceSnapshotDevice() local
4229 std::string control_device = "/dev/dm-user/" + misc_name; in DetachFirstStageSnapuserdForSelinux() local
/system/core/fs_mgr/tools/
Ddmctl.cpp186 std::string control_device = NextArg(); in Next() local