Lines Matching refs:shell
6 Invoke ". build/envsetup.sh" from your shell to add the following functions to your environment:
939 adb shell ps \
971 adb shell mount -w -o remount -t rootfs rootfs;
974 adb shell mkdir -p /cores;
975 adb shell mount -t tmpfs tmpfs /cores;
976 adb shell chmod 0777 /cores;
979 adb shell restorecon -R /cores;
982 adb shell 'echo /cores/core.%p > /proc/sys/kernel/core_pattern';
1001 adb shell /system/bin/ulimit -p $PID -c unlimited
1026 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do
1028 adb shell kill -$SIG $PID;
1032 …adb shell "while [ ! -f $COREPATH ] ; do echo waiting for $COREPATH to be generated; sleep 1; done"
1267 adb ${adbOptions} shell am dumpheap $targetPid $devFile
1277 adb ${adbOptions} shell rm $devFile
1287 local reports=(`adb shell ls /sdcard/bugreports | tr -d '\r'`)
1305 adb ${adbOptions} shell echo -n \$\{EXTERNAL_STORAGE\}
1331 adb shell service call window 1 i32 $port
1336 adb shell service call window 2
1341 adb shell service call window 3
1346 adb shell input keyevent 3
1351 adb shell input keyevent 4
1356 adb shell input keyevent 82
1376 adb shell am instrument -w com.android.smoketest.tests/android.test.InstrumentationTestRunner