Searched refs:bat_path (Results 1 – 2 of 2) sorted by relevance
50 bat_path = path + '.bat'51 if os.path.exists(bat_path):52 return bat_path
262 base::FilePath PythonBatToExe(const base::FilePath& bat_path) { in PythonBatToExe() argument269 command.append(bat_path.value()); in PythonBatToExe()