Lines Matching refs:cmdline
50 local cmdline=$(adb shell cat "$dir"/cmdline | tr '\000' ' ')
51 $action "$pid" "$cmdline"
55 # display_process PID CMDLINE
57 # Display information about process with given PID, that was started with CMDLINE.
60 local cmdline=$2
61 echo "$cmdline (PID: $pid)"
130 # kill_process PID CMDLINE
132 # Kill process with given PID, that was started with CMDLINE.
135 local cmdline=$2
136 echo "Killing $cmdline (PID: $pid)"