Home
last modified time | relevance | path

Searched refs:name_str (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() argument
316 std::string new_flag = "--" + name_str; in FormatBoolString()