Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.h125 bool FindPlatformDevice(std::string path, std::string* platform_device_path) const;
Ddevices.cpp185 bool DeviceHandler::FindPlatformDevice(std::string path, std::string* platform_device_path) const { in FindPlatformDevice() function in android::init::DeviceHandler
322 if (FindPlatformDevice(uevent.path, &device)) { in GetBlockDeviceSymlinks()