Home | History | Annotate | Download | only in app

Lines Matching refs:switch_value

221   std::string switch_value =
223 size_t separator = switch_value.find(",");
225 child_process_logging::SetClientId(switch_value.substr(0, separator));
226 base::SetLinuxDistro(switch_value.substr(separator + 1));
228 child_process_logging::SetClientId(switch_value);