Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp276 bool has_help_aliases = HasAlias({FlagAliasMode::kFlagExact, "-help"}) && in WriteGflagsCompatXml() local
279 has_help_aliases}; in WriteGflagsCompatXml()
293 (has_bool_aliases || has_help_aliases) ? "bool" : "string"; in WriteGflagsCompatXml()