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

  /bootable/recovery/minadbd/
adb.c 41 static const char *adb_device_banner = "sideload"; variable
224 HOST ? "host" : adb_device_banner);
  /system/core/adb/
adb.c 53 static const char *adb_device_banner = "device"; variable
300 len = snprintf(buf, remaining, "%s::", adb_device_banner);
    [all...]

Completed in 66 milliseconds