OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shellexec
(Results
1 - 6
of
6
) sorted by null
/system/core/sh/
exec.h
64
void
shellexec
(char **, char **, const char *, int, int)
exec.c
119
shellexec
(char **argv, char **envp, const char *path, int idx, int vforked)
function
151
TRACE(("
shellexec
failed for %s, errno %d, vforked %d, suppressint %d\n",
272
shellexec
(new, envp, pathval(), 0);
423
* change the
shellexec
routine as well.
TOUR
249
The routine
shellexec
is the interface to the exec system call.
275
ment must be remembered and passed to
shellexec
. Second, if the
eval.c
1065
shellexec
(argv, envp, path, cmdentry.u.index, vforked);
1208
shellexec
(argv + 1, environment(), pathval(), 0, 0);
/development/build/tools/
mk_sources_zip.py
207
def
shellExec
(*cmd):
243
shellExec
("zip", "-9r", "_temp.zip", TOP_FOLDER)
/external/libvpx/examples/includes/geshi/geshi/
inno.php
74
'runhidden','runmaximized','runminimized','sharedfile','
shellexec
','showcheckbox',
Completed in 475 milliseconds