Home
last modified time | relevance | path

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

/third_party/ulib/usbhost/
A Dusbhost.c86 DIR *devdir; in find_existing_devices_bus() local
89 devdir = opendir(busname); in find_existing_devices_bus()
90 if(devdir == 0) return 0; in find_existing_devices_bus()
91 while ((de = readdir(devdir)) && !done) { in find_existing_devices_bus()
96 closedir(devdir); in find_existing_devices_bus()

Completed in 4 milliseconds