Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dflag_parser.h96 bool WriteGflagsCompatXml(std::ostream&) const;
145 bool WriteGflagsCompatXml(const std::vector<Flag>&, std::ostream&);
Dflag_parser.cpp242 bool Flag::WriteGflagsCompatXml(std::ostream& out) const { in WriteGflagsCompatXml() function in cuttlefish::Flag
405 bool WriteGflagsCompatXml(const std::vector<Flag>& flags, std::ostream& out) { in WriteGflagsCompatXml() function
407 if (!flag.WriteGflagsCompatXml(out)) { in WriteGflagsCompatXml()
490 WriteGflagsCompatXml(flags, out); in HelpXmlFlag()
Dflag_parser_test.cpp79 if (!f.WriteGflagsCompatXml(xml_stream)) { in flagXml()
/device/google/cuttlefish/host/libs/config/fastboot/
Dflags.cpp48 return WriteGflagsCompatXml({proxy_fastboot_flag}, out); in WriteGflagsCompatHelpXml()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dtouchpad.cpp73 return WriteGflagsCompatXml({touchpad_flag}, out); in WriteGflagsCompatHelpXml()
Ddisplay.cpp72 return WriteGflagsCompatXml({display_flag}, out); in WriteGflagsCompatHelpXml()
/device/google/cuttlefish/host/libs/config/adb/
Dflags.cpp76 return WriteGflagsCompatXml({run_flag, mode_flag_}, out); in WriteGflagsCompatHelpXml()
/device/google/cuttlefish/host/libs/config/
Dconfig_flag.cpp167 return flag_.WriteGflagsCompatXml(out); in WriteGflagsCompatHelpXml()
Dcustom_actions.cpp350 return WriteGflagsCompatXml(Flags(), out); in WriteGflagsCompatHelpXml()