Home
last modified time | relevance | path

Searched refs:pid (Results 1 - 2 of 2) sorted by relevance

/vendor/ohemu/common/
H A Dqemu_mini_test_monitor.sh30 pid=`ps -ef | grep $qemu_name | grep -v grep | awk '{print $2}' | head -n 1`
31 if [ "$pid" == "" ]; then
34 echo "kill pid $pid"
35 kill -15 $pid
H A Dqemu-run162 pid=`ps -ef | grep $qemu_name | grep -v grep | awk '{print $2}' | head -n 1`
163 if [ "$pid" == "" ]; then
166 kill -15 $pid

Completed in 1 milliseconds