Home
last modified time | relevance | path

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

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