Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp129 std::vector<gflags::CommandLineFlagInfo> all_flags; in RecordFlags() local
130 GetAllFlags(&all_flags); in RecordFlags()
132 for (const auto& flag : all_flags) { in RecordFlags()