Home
last modified time | relevance | path

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

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