Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.cpp231 std::string subsystem_link_path; in FindPlatformDevice() local
232 if (Realpath(directory + "/subsystem", &subsystem_link_path) && in FindPlatformDevice()
233 (subsystem_link_path == sysfs_mount_point_ + "/bus/platform" || in FindPlatformDevice()
234 subsystem_link_path == sysfs_mount_point_ + "/bus/amba")) { in FindPlatformDevice()