OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testserver_path
(Results
1 - 4
of
4
) 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
))
/external/chromium/net/test/
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
))
/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 64 milliseconds