HomeSort by relevance Sort by last modified time
    Searched refs:DUMPMAX (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/minadbd/
adb.c 155 #define DUMPMAX 32
176 if(count > DUMPMAX) {
177 count = DUMPMAX;
  /system/core/adb/
adb.c 231 #define DUMPMAX 32
253 if(count > DUMPMAX) {
254 count = DUMPMAX;
    [all...]

Completed in 51 milliseconds