Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/start/
Dmain.cc315 std::string FormatBoolString(const std::string& name_str, bool value) { in FormatBoolString() function
332 args[index] = FormatBoolString(value.name, value.bool_flag_value); in OverrideBoolArg()