HomeSort by relevance Sort by last modified time
    Searched refs:testserver_path (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/test/
test_server_posix.cc 96 bool TestServer::LaunchPython(const FilePath& testserver_path) {
98 python_command.AppendArgPath(testserver_path);
119 OrphanedTestServerFilter filter(testserver_path.value(),
test_server.cc 115 FilePath testserver_path; local
116 if (!PathService::Get(base::DIR_SOURCE_ROOT, &testserver_path)) {
120 testserver_path = testserver_path
129 if (!LaunchPython(testserver_path))
test_server_win.cc 139 bool TestServer::LaunchPython(const FilePath& testserver_path) {
149 python_command.AppendArgPath(testserver_path);
test_server.h 143 bool LaunchPython(const FilePath& testserver_path) WARN_UNUSED_RESULT;
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 117 FilePath testserver_path; local
118 if (!PathService::Get(base::DIR_SOURCE_ROOT, &testserver_path)) {
122 testserver_path = testserver_path
126 AppendToPythonPath(testserver_path);
127 FilePath testserver = testserver_path.Append(
142 FilePath datafile = testserver_path.Append(datafile_);

Completed in 107 milliseconds