OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestLauncherOutput
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/test/
test_switches.h
18
extern const char
kTestLauncherOutput
[];
test_switches.cc
32
const char switches::
kTestLauncherOutput
[] = "test-launcher-output";
test_suite.cc
181
switches::
kTestLauncherOutput
)) {
186
switches::
kTestLauncherOutput
));
/external/chromium_org/base/test/launcher/
unit_test_launcher.cc
96
new_cmd_line.AppendSwitchPath(switches::
kTestLauncherOutput
, output_file);
Completed in 92 milliseconds