OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 170 milliseconds