Home
last modified time | relevance | path

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

/system/core/init/
Ddevices_test.cpp37 std::string platform_device_dir = fake_sys_root.path + platform_device; in TestGetSymlinks() local
38 mkdir_recursive(platform_device_dir, 0777); in TestGetSymlinks()
42 symlink(platform_bus.c_str(), (platform_device_dir + "/subsystem").c_str()); in TestGetSymlinks()