Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.cpp202 path.insert(0, sysfs_mount_point_); in FindPlatformDevice()
209 subsystem_link_path == sysfs_mount_point_ + "/bus/platform") { in FindPlatformDevice()
211 directory.erase(0, sysfs_mount_point_.size()); in FindPlatformDevice()
477 sysfs_mount_point_("/sys") {} in DeviceHandler()
Ddevices.h139 std::string sysfs_mount_point_; variable
Ddevices_test.cpp35 device_handler_.sysfs_mount_point_ = fake_sys_root.path; in TestGetSymlinks()