Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.cpp202 std::string subsystem_link_path; in FindPlatformDevice() local
203 if (Realpath(directory + "/subsystem", &subsystem_link_path) && in FindPlatformDevice()
204 (subsystem_link_path == sysfs_mount_point_ + "/bus/platform" || in FindPlatformDevice()
205 subsystem_link_path == sysfs_mount_point_ + "/bus/amba")) { in FindPlatformDevice()