Lines Matching full:adb
69 # If ADB_CMD is not defined, try to find a program named 'adb'
71 ADB_CMD=${ADB_CMD:-$(find_program adb)}
230 --adb=*) # specify ADB command
307 echo " --adb=<file> Use specific adb command [$ADB_CMD]"
329 # Check ADB tool version
332 log "Using specific adb command: $ADB_CMD"
335 echo "ERROR: The 'adb' tool is not in your path."
337 echo " --adb=<executable> to point to a valid one."
340 log "Using default adb command: $ADB_CMD"
346 echo "ERROR: Could not run ADB with: $ADB_CMD"
349 log "ADB version found: $ADB_VERSION"
352 log "Using ADB flags: $ADB_FLAGS"
354 log "Using ADB flags: $ADB_FLAGS" \"$DEVICE_SERIAL\"
360 # Run an ADB command with the right ADB flags
361 # $1+: adb command parameter
400 # Run a command through 'adb shell' and captures its standard output
403 # This is required because there is a bug where "adb shell" always returns
507 # Check the ADB command, and that we can connect to the device/emulator