Searched defs:found (Results 1 - 7 of 7) sorted by last modified time

/system/netd/server/
H A DBandwidthController.cpp444 bool found = (it != specialAppUids.end()); local
447 if (!found) {
453 if (found) {
/system/vold/
H A Dcryptfs.c712 int found = 0; local
778 found = 1;
783 if (!found) {
808 int found = 0; local
1035 * When found, get and return the version.
1040 /* We found the crypt driver, return the version, and get out */
3310 /* We found it! */
3349 /* We found an existing entry, update it! */
3387 /* We found it, copy it to the caller's buffer and return */
/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/adf/libadf/
H A Dadf.c794 bool found = false; local
797 found = adf_find_simple_post_overlay_engine(dev, formats, n_formats,
799 if (found) {
806 if (!found)
/system/core/libbacktrace/
H A Dbacktrace_test.cpp111 bool found = false; local
114 found = true;
119 return found;
/system/core/logd/
H A DLogReader.cpp142 bool found() { return startTimeSet; } function in class:LogFindStart
149 if (!logFindStart.found()) {
/system/extras/f2fs_utils/
H A Df2fs_sparseblock.c305 SLOGE("Valid Checkpoint not found!!");
487 unsigned int used, found, started = 0, i; local
501 found = 0;
505 found = 1;
511 if (!found) {

Completed in 248 milliseconds