Home
last modified time | relevance | path

Searched defs:python_exe (Results 1 – 3 of 3) 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/skia/third_party/externals/freetype/
Dmeson.build39 python_exe = python.find_installation(required: true) variable
/third_party/gn/src/gn/
Dsetup.cc390 base::FilePath python_exe = PythonBatToExe(candidate_bat); in FindWindowsPython() local