Searched refs:AppendSwitchPath (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/ |
D | command_line.h | 178 void AppendSwitchPath(const std::string& switch_string,
|
D | command_line_unittest.cc | 199 cl.AppendSwitchPath(kFirstArgName, FilePath(kPath1)); in TEST() 200 cl.AppendSwitchPath(kSecondArgName, FilePath(kPath2)); in TEST()
|
D | command_line.cc | 322 void CommandLine::AppendSwitchPath(const std::string& switch_string, in AppendSwitchPath() function in base::CommandLine
|
/external/libchrome/base/files/ |
D | file_locking_unittest.cc | 154 child_command_line.AppendSwitchPath(kTempDirFlag, temp_path); in StartChildAndSignalLock()
|
D | file_util_unittest.cc | 2916 child_command_line.AppendSwitchPath("pipe-path", pipe_path); in TEST_F() 3074 child_command_line.AppendSwitchPath("pipe-path", pipe_path); in TEST_F()
|
/external/libchrome/base/test/launcher/ |
D | unit_test_launcher.cc | 152 new_cmd_line.AppendSwitchPath(switches::kTestLauncherOutput, output_file); in GetCommandLineForChildGTestProcess() 153 new_cmd_line.AppendSwitchPath(kGTestFlagfileFlag, flag_file); in GetCommandLineForChildGTestProcess()
|
/external/libchrome/base/process/ |
D | process_metrics_unittest.cc | 580 child_command_line.AppendSwitchPath(kTempDirFlag, temp_path); in TEST()
|