Searched refs:found (Results 1 - 5 of 5) sorted by relevance

/system/core/adb/
H A Dusb_libusb.c314 /* found some interface and saved information about it */
382 int found = -1; local
441 found = check_usb_interfaces(config, &desc, &uh);
469 found = -1;
472 if (found >= 0) {
476 uh.interface = found;
/system/core/sh/
H A Djobs.c727 struct job *found; local
729 found = NULL;
736 if (found) {
738 found = 0;
741 found = jp;
744 if (found)
745 return found;
H A Dexpand.c1394 int invert, found; local
1415 found = 0;
1434 found = 1;
1438 found = 1;
1441 if (found == invert)
/system/extras/tests/fstest/
H A Dperm_checker.conf5 /cache/lost+found/ 700 770 root root root root
21 /data/lost+found/ 700 770 root root root root
149 /system/lost+found/ 700 770 root root root root
/system/netd/
H A DBandwidthController.cpp344 bool found = (it != naughtyAppUids.end()); local
347 if (!found) {
353 if (found) {
1026 /* Failure if rx or tx was not found */

Completed in 2186 milliseconds