Searched refs:adb (Results 1 – 10 of 10) sorted by relevance
67 … local devices=$(command adb devices 2> /dev/null | grep -v "List of devices" | awk '{ print $1 }')197 paths=$(command adb ${args[@]} shell echo '$'PATH 2> /dev/null | tr -d '\r' | tr : '\n')198 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' | {253 …candidates=$(command adb ${args[@]} shell dumpsys -l 2> /dev/null | sed -e '1d;s/^ *//' | tr -d '…406 if [[ $( command adb ${args[@]} shell ls -dF / '2>/dev/null' | tr -d '\r' ) == "d /" ]] ; then408 … command adb ${args[@]} shell ls -dF ${file}"*" '2>' /dev/null 2> /dev/null | tr -d '\r' | {422 command adb ${args[@]} shell ls -dp ${file}"*" '2>/dev/null' 2> /dev/null | tr -d '\r'485 complete -F _adb adb487 complete -o nospace -F _adb adb
9 source sdk/bash_completion/adb13 . sdk/bash_completion/adb
1 The adb tool has moved to platform-tools/9 execute adb from any location.
63 exec java -Xmx512M -Djava.ext.dirs="$frameworkdir" -Dhierarchyviewer.adb="$progdir" -jar "$jarpath"…
46 call "%java_exe%" -Xmx512m "-Djava.ext.dirs=%frameworkdir%" -Dhierarchyviewer.adb= -jar %jarpath% %*
36 DeviceView_Reset_ADB=Reset adb37 DeviceView_Reset_ADB_Host_Deamon=Reset the adb host daemon
511 File adb = new File(adbLocation); in setToolsLocation() local516 if (adb.isFile() == false) { in setToolsLocation()517 missing += adb.getAbsolutePath() + " "; in setToolsLocation()
5 adb
655 - Fixed some issue in the "Restart adb" feature in the device view of
169 out/host/windows-x86/bin/adb.exe