Searched refs:SetPythonPathInEnvironment (Results 1 – 5 of 5) sorted by relevance
19 TEST(PythonUtils, SetPythonPathInEnvironment) { in TEST() argument21 SetPythonPathInEnvironment({base::FilePath(FILE_PATH_LITERAL("test/path1")), in TEST()
18 void SetPythonPathInEnvironment(const std::vector<base::FilePath>& python_path,
21 void SetPythonPathInEnvironment(const std::vector<base::FilePath>& python_path, in SetPythonPathInEnvironment() function
97 SetPythonPathInEnvironment(python_path, &launch_options.environment); in LaunchPython()
127 SetPythonPathInEnvironment(python_path, &options.environment); in LaunchPython()