Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp230 custom_actions_flag_ = GflagsCompatFlag("custom_actions"); in INJECT()
231 custom_actions_flag_.Help( in INJECT()
237 custom_actions_flag_.Setter([this](const FlagMatch& match) -> Result<void> { in INJECT()
362 return {custom_action_config_flag_, custom_actions_flag_}; in Flags()
432 Flag custom_actions_flag_; member in cuttlefish::__anon9360de7b0111::CustomActionConfigImpl