Searched refs:combined_switch_string (Results 1 – 2 of 2) sorted by relevance
342 StringType combined_switch_string(ASCIIToWide(switch_key)); in AppendSwitchNative() local344 StringType combined_switch_string(switch_string); in AppendSwitchNative() local346 size_t prefix_length = GetSwitchPrefixLength(combined_switch_string); in AppendSwitchNative()350 combined_switch_string = kSwitchPrefixes[0] + combined_switch_string; in AppendSwitchNative()352 combined_switch_string += kSwitchValueSeparator + value; in AppendSwitchNative()354 argv_.insert(argv_.begin() + begin_args_++, combined_switch_string); in AppendSwitchNative()
312 StringType combined_switch_string = in AppendSwitchNative() local315 combined_switch_string += kSwitchValueSeparator + WindowsStyleQuote(value); in AppendSwitchNative()318 command_line_string_.append(combined_switch_string); in AppendSwitchNative()322 StringType combined_switch_string = kSwitchPrefixes[0] + switch_string; in AppendSwitchNative()324 combined_switch_string += kSwitchValueSeparator + value; in AppendSwitchNative()325 argv_.push_back(combined_switch_string); in AppendSwitchNative()