Searched refs:python_exe_name (Results 1 – 1 of 1) sorted by relevance
308 base::FilePath FindWindowsPython(const base::FilePath& python_exe_name, in FindWindowsPython() argument314 if (!python_exe_name.empty()) { in FindWindowsPython()315 CHECK(python_exe_name.FinalExtension() == u".exe"); in FindWindowsPython()316 CHECK_EQ(python_exe_name.IsAbsolute(), false); in FindWindowsPython()318 base::FilePath(current_directory).Append(python_exe_name); in FindWindowsPython()339 if (!python_exe_name.empty()) { in FindWindowsPython()341 base::FilePath(component).Append(python_exe_name); in FindWindowsPython()