Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/
Ddm.cpp106 if (!GetDeviceUniquePath(name, &unique_path)) { in DeleteDevice()
185 if (!GetDeviceUniquePath(name, &unique_path) || !GetDmDevicePathByName(name, path)) { in WaitForDevice()
230 bool DeviceMapper::GetDeviceUniquePath(const std::string& name, std::string* path) { in GetDeviceUniquePath() function in android::dm::DeviceMapper
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h246 bool GetDeviceUniquePath(const std::string& name, std::string* path);