Searched refs:PID (Results 1 – 1 of 1) sorted by relevance
47 local PID=$149 if [ -z "$PID" ]; then93 if [[ ! "$PID" =~ ^[0-9]+$ ]] ; then94 PROCESS_NAME=$PID95 PID=$(pid --exact $PROCESS_NAME)96 if [ -z "$PID" ]; then100 echo "Resolved pid for $PROCESS_NAME is $PID"110 local EXE=`adb shell readlink /proc/$PID/exe | tr -d '\r\n'`112 echo "Error: couldn't find executable for pid $PID --- is the process still alive?"157 if [ "$(adb_get_traced_by $PID)" -eq 0 ]; then[all …]