Home
last modified time | relevance | path

Searched refs:PID (Results 1 – 1 of 1) sorted by relevance

/build/
Denvsetup.sh970 local PID=`adb shell ps \
974 echo "$PID"
1019 local PID=$1;
1020 if [ -z "$PID" ]; then
1024 echo "Setting core limit for $PID to infinite...";
1025 adb shell prlimit $PID 4 -1 -1
1036 local PID=$1;
1038 if [ -z "$PID" ]; then
1043 local CORENAME=core.$PID;
1050 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do
[all …]