Home
last modified time | relevance | path

Searched refs:SetPythonPathInEnvironment (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/test/
Dpython_utils_unittest.cc19 TEST(PythonUtils, SetPythonPathInEnvironment) { in TEST() argument
21 SetPythonPathInEnvironment({base::FilePath(FILE_PATH_LITERAL("test/path1")), in TEST()
Dpython_utils.h18 void SetPythonPathInEnvironment(const std::vector<base::FilePath>& python_path,
Dpython_utils.cc21 void SetPythonPathInEnvironment(const std::vector<base::FilePath>& python_path, in SetPythonPathInEnvironment() function
/external/cronet/net/test/spawned_test_server/
Dlocal_test_server_win.cc97 SetPythonPathInEnvironment(python_path, &launch_options.environment); in LaunchPython()
Dlocal_test_server_posix.cc127 SetPythonPathInEnvironment(python_path, &options.environment); in LaunchPython()