OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testserver_path
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
local_two_phase_testserver.h
24
base::FilePath*
testserver_path
) const OVERRIDE;
local_two_phase_testserver.cc
23
base::FilePath*
testserver_path
) const {
35
*
testserver_path
= testserver_dir.Append(FILE_PATH_LITERAL(
local_safebrowsing_test_server.h
26
base::FilePath*
testserver_path
) const OVERRIDE;
local_safebrowsing_test_server.cc
25
base::FilePath*
testserver_path
) const {
37
*
testserver_path
= testserver_dir.Append(FILE_PATH_LITERAL(
/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);
local_sync_test_server.h
33
base::FilePath*
testserver_path
) const OVERRIDE;
/external/chromium_org/net/test/spawned_test_server/
local_test_server.h
70
// successfully stored in |*
testserver_path
|.
71
virtual bool GetTestServerPath(base::FilePath*
testserver_path
) const
87
bool LaunchPython(const base::FilePath&
testserver_path
) WARN_UNUSED_RESULT;
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
))
local_test_server_posix.cc
103
bool LocalTestServer::LaunchPython(const base::FilePath&
testserver_path
) {
112
python_command.AppendArgPath(
testserver_path
);
132
OrphanedTestServerFilter filter(
testserver_path
.value(),
local_test_server_win.cc
143
bool LocalTestServer::LaunchPython(const base::FilePath&
testserver_path
) {
148
python_command.AppendArgPath(
testserver_path
);
/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_org/chrome/browser/policy/test/
local_policy_test_server.h
84
base::FilePath*
testserver_path
) const OVERRIDE;
local_policy_test_server.cc
204
base::FilePath*
testserver_path
) const {
210
*
testserver_path
= source_root
/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 130 milliseconds