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

  /system/core/adb/
adb_trace.cpp 169 VLOG(ADB) << adb_version();
adb.h 50 std::string adb_version();
Android.mk 11 adb_version := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)-android macro
18 -DADB_REVISION='"$(adb_version)"' \
commandline.cpp 83 fprintf(stderr, "%s\n", adb_version().c_str());
    [all...]
adb.cpp 57 std::string adb_version() { function
    [all...]
  /system/core/adb/client/
main.cpp 79 LOG(INFO) << adb_version();
  /ndk/
ndk-gdb.py 574 adb_version = subprocess.check_output(device.adb_cmd + ["version"])
576 log("ADB version: {}".format(" ".join(adb_version.splitlines())))

Completed in 77 milliseconds