Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dfeature.cpp71 bool FlagFeature::WriteGflagsHelpXml(const std::vector<FlagFeature*>& features, in WriteGflagsHelpXml() function in cuttlefish::FlagFeature
Dfeature.h118 static bool WriteGflagsHelpXml(const std::vector<FlagFeature*>& features,
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc594 if (!FlagFeature::WriteGflagsHelpXml(flag_features, std::cout)) { in AssembleCvdMain()