Searched refs:name2 (Results 1 – 1 of 1) sorted by relevance
158 char name2[TEST_RT_NAME_MAX] = "norflash2"; in test_object_find_operations() local161 ret = rt_device_register(&dev2, name2, RT_DEVICE_FLAG_RDONLY); in test_object_find_operations()167 found_device = rt_device_find(name2); in test_object_find_operations()170 uassert_str_equal(found_device->parent.name, name2); in test_object_find_operations()
Completed in 3 milliseconds