Home
last modified time | relevance | path

Searched defs:python_path (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/test/
H A Dpython_utils.cc21 void SetPythonPathInEnvironment(const std::vector<base::FilePath>& python_path, in SetPythonPathInEnvironment()
/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dlocal_test_server_win.cc56 const std::vector<base::FilePath>& python_path) { in LaunchPython()
H A Dlocal_test_server_posix.cc97 const std::vector<base::FilePath>& python_path) { in LaunchPython()
H A Dlocal_test_server.cc103 std::optional<std::vector<base::FilePath>> python_path = GetPythonPath(); in StartInBackground() local