Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.cpp113 static bool FindDmDevice(const std::string& path, std::string* name, std::string* uuid) { in FindDmDevice() function
338 } else if (FindDmDevice(uevent.path, &partition, &uuid)) { in GetBlockDeviceSymlinks()