Searched refs:combined_switch_string (Results 1 – 1 of 1) sorted by relevance
344 StringType combined_switch_string(ASCIIToWide(switch_key)); in AppendSwitchNative() local346 StringType combined_switch_string(switch_string); in AppendSwitchNative() local348 size_t prefix_length = GetSwitchPrefixLength(combined_switch_string); in AppendSwitchNative()352 combined_switch_string = kSwitchPrefixes[0] + combined_switch_string; in AppendSwitchNative()354 combined_switch_string += kSwitchValueSeparator + value; in AppendSwitchNative()356 argv_.insert(argv_.begin() + begin_args_++, combined_switch_string); in AppendSwitchNative()