Searched refs:PID (Results 1 – 1 of 1) sorted by relevance
44 local PID=$146 if [ -z "$PID" ]; then90 if [[ ! "$PID" =~ ^[0-9]+$ ]] ; then91 PROCESS_NAME=$PID92 PID=$(pid --exact $PROCESS_NAME)93 if [ -z "$PID" ]; then97 echo "Resolved pid for $PROCESS_NAME is $PID"107 local EXE=`adb shell readlink /proc/$PID/exe | tr -d '\r\n'`109 echo "Error: couldn't find executable for pid $PID --- is the process still alive?"154 if [ "$(adb_get_traced_by $PID)" -eq 0 ]; then[all …]