HomeSort by relevance Sort by last modified time
    Searched full:run_shell (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
sulogin.c 70 static void run_shell(char *shell) function
117 run_shell((shell && *shell)? shell: "/bin/sh");
  /external/v8/samples/
shell.cc 63 static bool run_shell; variable
88 run_shell = (argc == 1);
100 if (run_shell) RunShell(context, platform);
279 run_shell = true;

Completed in 856 milliseconds