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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 213 # _python_exe is the assumed path to the python executable.
218 _python_exe = os.path.join(sys.exec_prefix, 'python.exe')
220 _python_exe = sys.executable
223 global _python_exe
224 _python_exe = exe
261 _python_exe, cmd, None, None, 1, 0, None, None, None
365 return [_python_exe] + opts + ['-c', prog, '--multiprocessing-fork']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 213 # _python_exe is the assumed path to the python executable.
218 _python_exe = os.path.join(sys.exec_prefix, 'python.exe')
220 _python_exe = sys.executable
223 global _python_exe
224 _python_exe = exe
261 _python_exe, cmd, None, None, 1, 0, None, None, None
365 return [_python_exe] + opts + ['-c', prog, '--multiprocessing-fork']

Completed in 4426 milliseconds