Home
last modified time | relevance | path

Searched refs:combined_switch_string (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dcommand_line.cc327 StringType combined_switch_string(ASCIIToUTF16(switch_key)); in AppendSwitchNative() local
330 StringType combined_switch_string(switch_key); in AppendSwitchNative()
332 size_t prefix_length = GetSwitchPrefixLength(combined_switch_string); in AppendSwitchNative()
340 combined_switch_string = kSwitchPrefixes[0] + combined_switch_string; in AppendSwitchNative()
342 combined_switch_string += kSwitchValueSeparator + value; in AppendSwitchNative()
344 argv_.insert(argv_.begin() + begin_args_++, combined_switch_string); in AppendSwitchNative()