Home
last modified time | relevance | path

Searched refs:bat_path (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/testing/
Drun_tests.py50 bat_path = path + '.bat'
51 if os.path.exists(bat_path):
52 return bat_path
/third_party/gn/src/gn/
Dsetup.cc262 base::FilePath PythonBatToExe(const base::FilePath& bat_path) { in PythonBatToExe() argument
269 command.append(bat_path.value()); in PythonBatToExe()