Searched refs:found (Results 1 - 6 of 6) 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/vold/
H A Dcryptfs.c472 int found = 0; local
537 found = 1;
542 if (!found) {
567 int found = 0; local
750 * When found, get and return the version.
755 /* We found the crypt driver, return the version, and get out */
1953 /* We found it! */
1992 /* We found an existing entry, update it! */
2030 /* We found it, copy it to the caller's buffer and return */
/system/netd/
H A DBandwidthController.cpp441 bool found = (it != specialAppUids.end()); local
444 if (!found) {
450 if (found) {

Completed in 162 milliseconds