Home
last modified time | relevance | path

Searched refs:testserver_path (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dlocal_test_server.cc78 bool LocalTestServer::GetTestServerPath(base::FilePath* testserver_path) const { in GetTestServerPath()
87 *testserver_path = testserver_dir.Append(FILE_PATH_LITERAL("testserver.py")); in GetTestServerPath()
97 base::FilePath testserver_path; in StartInBackground() local
98 if (!GetTestServerPath(&testserver_path)) { in StartInBackground()
109 if (!LaunchPython(testserver_path, *python_path)) { in StartInBackground()
110 LOG(ERROR) << "Could not launch Python with path " << testserver_path; in StartInBackground()
H A Dlocal_test_server_posix.cc96 const base::FilePath& testserver_path, in LaunchPython() argument
102 python_command.AppendArgPath(testserver_path); in LaunchPython()
119 OrphanedTestServerFilter filter(testserver_path.value(), in LaunchPython()
H A Dlocal_test_server.h59 base::FilePath* testserver_path) const;
77 const base::FilePath& testserver_path,
H A Dlocal_test_server_win.cc55 const base::FilePath& testserver_path, in LaunchPython() argument
61 python_command.AppendArgPath(testserver_path); in LaunchPython()