Searched defs:python_path (Results 1 – 4 of 4) sorted by relevance
21 void SetPythonPathInEnvironment(const std::vector<base::FilePath>& python_path, in SetPythonPathInEnvironment()
56 const std::vector<base::FilePath>& python_path) { in LaunchPython()
97 const std::vector<base::FilePath>& python_path) { in LaunchPython()
103 std::optional<std::vector<base::FilePath>> python_path = GetPythonPath(); in StartInBackground() local