Searched refs:devdir (Results 1 - 3 of 3) sorted by last modified time

/system/core/adb/
H A Dusb_linux.c137 DIR *busdir , *devdir ; local
148 devdir = opendir(busname);
149 if(devdir == 0) continue;
152 while((de = readdir(devdir))) {
301 } // end of devdir while
302 closedir(devdir);
/system/core/fastboot/
H A Dusb_linux.c251 DIR *busdir, *devdir; local
263 devdir = opendir(busname);
264 if(devdir == 0) continue;
267 while((de = readdir(devdir)) && (usb == 0)) {
304 closedir(devdir);
/system/core/libusbhost/
H A Dusbhost.c86 DIR *devdir; local
90 devdir = opendir(busname);
91 if(devdir == 0) return 0;
93 while ((de = readdir(devdir)) && !done) {
98 } // end of devdir while
99 closedir(devdir);

Completed in 253 milliseconds