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

/system/core/logd/
H A DLogReader.cpp142 bool found() { return startTimeSet; } function in class:LogFindStart
149 if (!logFindStart.found()) {
/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/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) {
/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
152 /system/lost+found/ 700 770 root root root root
/system/core/libbacktrace/
H A Dbacktrace_test.cpp111 bool found = false; local
114 found = true;
119 return found;
/system/netd/server/
H A DBandwidthController.cpp444 bool found = (it != specialAppUids.end()); local
447 if (!found) {
453 if (found) {
/system/vold/
H A Dcryptfs.c718 int found = 0; local
784 found = 1;
789 if (!found) {
814 int found = 0; local
1050 * When found, get and return the version.
1059 /* We found the crypt driver, return the version, and get out */
3404 /* We found it! */
3429 /* We found an existing entry, update it! */
3563 // We found it, copy it to the caller's buffer and keep going until all entries are read.

Completed in 301 milliseconds