Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/libdm/include/libdm/
H A 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
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp574 auto control_device = "/dev/dm-user/" + misc_name; in MapDmUserCow() local
1839 std::string control_device = "/dev/dm-user/" + misc_name; in PerformInitTransition() local
2865 auto control_device = "/dev/dm-user/" + dm_user_name; in UnmapDmUserDevice() local
2905 auto control_device = "/dev/dm-user/" + dm_user_name; in UnmapUserspaceSnapshotDevice() local
4477 std::string control_device = "/dev/dm-user/" + misc_name; in DetachFirstStageSnapuserdForSelinux() local
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dsnapuserd_client.cpp184 bool SnapuserdClient::WaitForDeviceDelete(const std::string& control_device) { in WaitForDeviceDelete()
/aosp_15_r20/system/core/fs_mgr/tools/
H A Ddmctl.cpp203 std::string control_device = NextArg(); in Next() local