Home
last modified time | relevance | path

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

/system/core/init/
Ddevices_test.cpp34 TemporaryDir fake_sys_root; in TestGetSymlinks() local
35 device_handler_.sysfs_mount_point_ = fake_sys_root.path; in TestGetSymlinks()
37 std::string platform_device_dir = fake_sys_root.path + platform_device; in TestGetSymlinks()
40 std::string platform_bus = fake_sys_root.path + "/bus/platform"s; in TestGetSymlinks()
44 mkdir_recursive(android::base::Dirname(fake_sys_root.path + uevent.path), 0777); in TestGetSymlinks()