Home
last modified time | relevance | path

Searched refs:GetDeviceUniquePath (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/fs_mgr/libdm/
H A Ddm.cpp105 if (!GetDeviceUniquePath(name, &unique_path)) { in DeleteDevice()
184 if (!GetDeviceUniquePath(name, &unique_path) || !GetDmDevicePathByName(name, path)) { in WaitForDevice()
229 bool DeviceMapper::GetDeviceUniquePath(const std::string& name, std::string* path) { in GetDeviceUniquePath() function in android::dm::DeviceMapper
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h210 bool GetDeviceUniquePath(const std::string& name, std::string* path);