Searched refs:platform_bus (Results 1 – 1 of 1) sorted by relevance
40 std::string platform_bus = fake_sys_root.path + "/bus/platform"s; in TestGetSymlinks() local41 mkdir_recursive(platform_bus, 0777); in TestGetSymlinks()42 symlink(platform_bus.c_str(), (platform_device_dir + "/subsystem").c_str()); in TestGetSymlinks()