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

/build/
H A Denvsetup.sh1011 local PID=`adb shell ps \
1015 echo "$PID"
1053 # $1 = PID of process (e.g., $(pid mediaserver))
1060 local PID=$1;
1061 if [ -z "$PID" ]; then
1062 printf "Expecting a PID!\n";
1065 echo "Setting core limit for $PID to infinite...";
1066 adb shell /system/bin/ulimit -p $PID -c unlimited
1070 # $1 = PID of process (e.g., $(pid mediaserver))
1077 local PID
[all...]
/build/make/
H A Denvsetup.sh1011 local PID=`adb shell ps \
1015 echo "$PID"
1053 # $1 = PID of process (e.g., $(pid mediaserver))
1060 local PID=$1;
1061 if [ -z "$PID" ]; then
1062 printf "Expecting a PID!\n";
1065 echo "Setting core limit for $PID to infinite...";
1066 adb shell /system/bin/ulimit -p $PID -c unlimited
1070 # $1 = PID of process (e.g., $(pid mediaserver))
1077 local PID
[all...]

Completed in 61 milliseconds