OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:executable_list
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Modules/
_posixsubprocess.c
509
/* given the
executable_list
generated by Lib/subprocess.py. */
560
PyObject *
executable_list
, *py_fds_to_keep;
local
578
&process_args, &
executable_list
,
623
exec_array = _PySequence_BytesToCharpArray(
executable_list
);
761
"fork_exec(args,
executable_list
, close_fds, cwd, env,\n\
/external/python/cpython3/Lib/
subprocess.py
[
all
...]
Completed in 101 milliseconds