Searched defs:shell (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Terminal/jni/
H A Dcom_android_terminal_Terminal.cpp349 char *shell = const_cast<char*>("/system/bin/sh"); local
351 char *args[4] = {shell, "-c", "x=1; c=0; while true; do echo -e \"stop \e[00;3${c}mechoing\e[00m yourself! ($x)\"; x=$(( $x + 1 )); c=$((($c+1)%7)); if [ $x -gt 110 ]; then sleep 0.5; fi; done", NULL};
353 char *args[2] = {shell, NULL};
356 execvp(shell, args);
357 fprintf(stderr_save, "Cannot exec(%s) - %s\n", shell, strerror(errno));
/packages/apps/Calculator/
H A Darity-2.1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/javia/ org/javia/arity/ org/javia/arity/Compiler ...

Completed in 94 milliseconds