Home
last modified time | relevance | path

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

/build/make/
Denvsetup.sh1025 local PID=`adb shell ps \
1029 echo "$PID"
1074 local PID=$1;
1075 if [ -z "$PID" ]; then
1079 echo "Setting core limit for $PID to infinite...";
1080 adb shell /system/bin/ulimit -p $PID -c unlimited
1091 local PID=$1;
1093 if [ -z "$PID" ]; then
1098 local CORENAME=core.$PID;
1105 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do
[all …]
/build/
Denvsetup.sh1025 local PID=`adb shell ps \
1029 echo "$PID"
1074 local PID=$1;
1075 if [ -z "$PID" ]; then
1079 echo "Setting core limit for $PID to infinite...";
1080 adb shell /system/bin/ulimit -p $PID -c unlimited
1091 local PID=$1;
1093 if [ -z "$PID" ]; then
1098 local CORENAME=core.$PID;
1105 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do
[all …]