Home
last modified time | relevance | path

Searched refs:get_command_line (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dpopen_spawn_posix.py55 cmd = spawn.get_command_line(tracker_fd=tracker_fd,
Dpopen_spawn_win32.py55 cmd = spawn.get_command_line(parent_pid=os.getpid(),
Dspawn.py78 def get_command_line(**kwds): function
/external/python/cpython2/Lib/multiprocessing/
Dforking.py258 cmd = get_command_line() + [rhandle]
341 def get_command_line(): function