HomeSort by relevance Sort by last modified time
    Searched refs:get_command_line (Results 1 - 8 of 8) sorted by null

  /external/python/cpython3/Lib/multiprocessing/
popen_spawn_posix.py 55 cmd = spawn.get_command_line(tracker_fd=tracker_fd,
popen_spawn_win32.py 39 cmd = spawn.get_command_line(parent_pid=os.getpid(),
spawn.py 22 'get_preparation_data', 'get_command_line', 'import_main_path']
78 def get_command_line(**kwds): function
  /external/python/cpython2/Lib/multiprocessing/
forking.py 258 cmd = get_command_line() + [rhandle]
341 def get_command_line(): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 258 cmd = get_command_line() + [rhandle]
341 def get_command_line(): function
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 258 cmd = get_command_line() + [rhandle]
341 def get_command_line(): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 258 cmd = get_command_line() + [rhandle]
341 def get_command_line(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 258 cmd = get_command_line() + [rhandle]
341 def get_command_line(): function

Completed in 346 milliseconds