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

  /external/python/cpython2/PC/bdist_wininst/
install.c 143 char python_dir[MAX_PATH]; variable
633 wsprintf(buffer, "PYTHONHOME=%s", python_dir);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sys.py 468 python_dir = os.path.dirname(os.path.realpath(sys.executable))
471 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
test_subprocess.py 147 python_dir = os.path.dirname(os.path.realpath(sys.executable))
150 executable=sys.executable, cwd=python_dir)
    [all...]
  /external/python/cpython2/Lib/test/
test_sys.py 471 python_dir = os.path.dirname(os.path.realpath(sys.executable))
474 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
test_subprocess.py 179 python_dir = os.path.dirname(os.path.realpath(sys.executable))
182 executable=sys.executable, cwd=python_dir)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys.py 483 python_dir = os.path.dirname(os.path.realpath(sys.executable))
486 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
test_subprocess.py 185 python_dir = os.path.dirname(os.path.realpath(sys.executable))
188 executable=sys.executable, cwd=python_dir)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys.py 483 python_dir = os.path.dirname(os.path.realpath(sys.executable))
486 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
test_subprocess.py 185 python_dir = os.path.dirname(os.path.realpath(sys.executable))
188 executable=sys.executable, cwd=python_dir)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 483 python_dir = os.path.dirname(os.path.realpath(sys.executable))
486 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
test_subprocess.py 185 python_dir = os.path.dirname(os.path.realpath(sys.executable))
188 executable=sys.executable, cwd=python_dir)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 483 python_dir = os.path.dirname(os.path.realpath(sys.executable))
486 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
test_subprocess.py 185 python_dir = os.path.dirname(os.path.realpath(sys.executable))
188 executable=sys.executable, cwd=python_dir)
    [all...]

Completed in 2588 milliseconds