HomeSort by relevance Sort by last modified time
    Searched refs:command_line_str (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/
child_process_logging_posix.cc 139 std::string command_line_str; local
143 command_line_str += argv[argv_i];
145 command_line_str.resize(argv_i * kSwitchLen, ' ');
147 base::strlcpy(g_switches, command_line_str.c_str(), arraysize(g_switches));
  /external/chromium_org/chrome/test/webdriver/
webdriver_automation.cc 451 std::string command_line_str; local
453 command_line_str = WideToUTF8(command.GetCommandLineString());
455 command_line_str = command.GetCommandLineString();
457 logger_.Log(kInfoLogLevel, "Launching chrome: " + command_line_str);
    [all...]

Completed in 32 milliseconds