Home
last modified time | relevance | path

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

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