Lines Matching refs:adb
20 local candidate=`adb shell getprop ro.hardware | tr -d '\r\n'`
23 candidate=`adb shell getprop ro.product.device | tr -d '\r\n'`
30 …echo `adb shell cat /proc/$1/status | grep -e "^TracerPid:" | sed "s/^TracerPid:[[:blank:]]//" | t…
104 local ID=`adb shell id -u`
110 local EXE=`adb shell readlink /proc/$PID/exe | tr -d '\r\n'`
120 adb pull $EXE $LOCAL_EXE_PATH
135 adb pull /system/bin/linker$USE64BIT $SYMBOLS_DIR/system/bin/linker$USE64BIT
154 local CPU_ABI=`adb shell getprop ro.product.cpu.abilist | tr -d '\r\n'`
163 adb forward tcp:$PORT tcp:$PORT
165 adb shell gdbserver$USE64BIT :$PORT --attach $PID &
171 adb forward tcp:$PORT tcp:$PORT