Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.cpp194 std::string subsystem_link_path; in FindPlatformDevice() local
195 if (Realpath(directory + "/subsystem", &subsystem_link_path) && in FindPlatformDevice()
196 (subsystem_link_path == sysfs_mount_point_ + "/bus/platform" || in FindPlatformDevice()
197 subsystem_link_path == sysfs_mount_point_ + "/bus/amba")) { in FindPlatformDevice()