Home | History | Annotate | Download | only in dump_cache

Lines Matching refs:command_line

12 #include "base/command_line.h"
74 int LaunchSlave(const CommandLine& command_line,
77 std::wstring hacked_command_line = command_line.command_line_string();
82 bool do_upgrade = command_line.HasSwitch(kUpgrade);
83 bool do_convert_to_text = command_line.HasSwitch(kDumpToFiles);
117 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
118 std::wstring input_path = command_line.GetSwitchValueNative(kInputPath);
126 std::wstring output_path = command_line.GetSwitchValueNative(kOutputPath);
131 if (command_line.HasSwitch(kUpgrade))
133 if (command_line.HasSwitch(kDumpToFiles))
147 if (command_line.HasSwitch(kSlave)) {
154 std::wstring pipe_number = command_line.GetSwitchValueNative(kPipe);
155 if (command_line.HasSwitch(kSlave) && slave_required)
166 int ret = LaunchSlave(command_line, pipe_number, version);
181 if (command_line.HasSwitch(kDumpContents))
183 if (command_line.HasSwitch(kDumpHeaders))