Home
last modified time | relevance | path

Searched defs:python_exe (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/brotli/python/tests/
D_test_utils.py16 python_exe = sys.executable or 'python' variable
/third_party/cef/tools/automate/
Dautomate-git.py1131 python_exe = os.path.join(depot_tools_dir, python_bat) variable
1137 python_exe = python_bat variable
1140 python_exe = sys.executable variable
/third_party/freetype/
Dmeson.build29 python_exe = python.find_installation(required: true) variable
/third_party/skia/third_party/externals/freetype/
Dmeson.build39 python_exe = python.find_installation(required: true) variable
/third_party/gn/src/gn/
Dsetup.cc299 base::FilePath python_exe = PythonBatToExe(candidate_bat); in FindWindowsPython() local