Lines Matching refs:adb
17 local candidate=`adb shell getprop ro.hardware | tr -d '\r\n'`
20 candidate=`adb shell getprop ro.product.device | tr -d '\r\n'`
27 …echo `adb shell cat /proc/$1/status | grep -e "^TracerPid:" | sed "s/^TracerPid:\t//" | tr -d '\r\…
101 local ID=`adb shell id -u`
107 local EXE=`adb shell readlink /proc/$PID/exe | tr -d '\r\n'`
117 adb pull $EXE $LOCAL_EXE_PATH
132 adb pull /system/bin/linker$USE64BIT $SYMBOLS_DIR/system/bin/linker$USE64BIT
151 local CPU_ABI=`adb shell getprop ro.product.cpu.abilist | tr -d '\r\n'`
160 adb forward tcp:$PORT tcp:$PORT
162 adb shell gdbserver$USE64BIT :$PORT --attach $PID &
168 adb forward tcp:$PORT tcp:$PORT