Searched refs:subsystem_link_path (Results 1 – 1 of 1) sorted by relevance
202 std::string subsystem_link_path; in FindPlatformDevice() local203 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()