Searched defs:testserver_path (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server.cc80 bool LocalTestServer::GetTestServerPath(base::FilePath* testserver_path) const {
89 *testserver_path = testserver_dir.Append(FILE_PATH_LITERAL("testserver.py"));
99 base::FilePath testserver_path; local
100 if (!GetTestServerPath(&testserver_path))
106 if (!LaunchPython(testserver_path))
H A Dlocal_test_server_posix.cc104 bool LocalTestServer::LaunchPython(const base::FilePath& testserver_path) { argument
113 python_command.AppendArgPath(testserver_path);
132 OrphanedTestServerFilter filter(testserver_path.value(),
H A Dlocal_test_server_win.cc143 bool LocalTestServer::LaunchPython(const base::FilePath& testserver_path) { argument
148 python_command.AppendArgPath(testserver_path);
/external/chromium_org/sync/test/
H A Dlocal_sync_test_server.cc46 base::FilePath* testserver_path) const {
56 *testserver_path =
64 base::FilePath testserver_path; local
65 if (!GetTestServerPath(&testserver_path))
67 *test_script_path = testserver_path.DirName().Append(test_script_name);

Completed in 829 milliseconds