OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testserver_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/test/
local_sync_test_server.cc
46
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);
/external/chromium_org/net/test/spawned_test_server/
local_test_server.cc
80
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
))
Completed in 99 milliseconds