Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/start/
Dflag_forwarder.cc100 std::vector<gflags::CommandLineFlagInfo> self_flags; in CurrentFlagsToTypes() local
101 gflags::GetAllFlags(&self_flags); in CurrentFlagsToTypes()
102 for (auto& flag : self_flags) { in CurrentFlagsToTypes()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc812 std::vector<gflags::CommandLineFlagInfo> self_flags; in CurrentFlagsToDefaultValue() local
813 gflags::GetAllFlags(&self_flags); in CurrentFlagsToDefaultValue()
814 for (auto& flag : self_flags) { in CurrentFlagsToDefaultValue()