Home
last modified time | relevance | path

Searched refs:GetDevicesFromParams (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/fs_mgr/libdm/
H A Ddm_target.cpp220 bool DmTargetSnapshot::GetDevicesFromParams(const std::string& params, std::string* base_device, in GetDevicesFromParams() function in android::dm::DmTargetSnapshot
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h225 static bool GetDevicesFromParams(const std::string& params, std::string* base_device,
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp823 if (!DmTargetSnapshot::GetDevicesFromParams(old_targets[0].data, &base_device, &cow_device)) { in RewriteSnapshotDeviceTable()
1390 if (!DmTargetSnapshot::GetDevicesFromParams(target.data, &base_device, &cow_device)) { in CollapseSnapshotDevice()