Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h333 DmTargetUser(uint64_t start, uint64_t length, std::string control_device) in DmTargetUser()
337 std::string control_device() const { return control_device_; } in control_device() function
/system/core/fs_mgr/libsnapshot/snapuserd/
Dsnapuserd_client.cpp185 bool SnapuserdClient::WaitForDeviceDelete(const std::string& control_device) { in WaitForDeviceDelete()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp616 auto control_device = "/dev/dm-user/" + misc_name; in MapDmUserCow() local
1890 std::string control_device = "/dev/dm-user/" + misc_name; in PerformInitTransition() local
2942 auto control_device = "/dev/dm-user/" + dm_user_name; in UnmapDmUserDevice() local
2982 auto control_device = "/dev/dm-user/" + dm_user_name; in UnmapUserspaceSnapshotDevice() local
4567 std::string control_device = "/dev/dm-user/" + misc_name; in DetachFirstStageSnapuserdForSelinux() local
/system/core/fs_mgr/tools/
Ddmctl.cpp203 std::string control_device = NextArg(); in Next() local