Home
last modified time | relevance | path

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

/build/make/
Denvsetup.sh1013 local PID=`adb shell ps \
1017 echo "$PID"
1062 local PID=$1;
1063 if [ -z "$PID" ]; then
1067 echo "Setting core limit for $PID to infinite...";
1068 adb shell /system/bin/ulimit -p $PID -c unlimited
1079 local PID=$1;
1081 if [ -z "$PID" ]; then
1086 local CORENAME=core.$PID;
1093 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do
[all …]
/build/
Denvsetup.sh1013 local PID=`adb shell ps \
1017 echo "$PID"
1062 local PID=$1;
1063 if [ -z "$PID" ]; then
1067 echo "Setting core limit for $PID to infinite...";
1068 adb shell /system/bin/ulimit -p $PID -c unlimited
1079 local PID=$1;
1081 if [ -z "$PID" ]; then
1086 local CORENAME=core.$PID;
1093 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do
[all …]