Home
last modified time | relevance | path

Searched defs:custom_action_array (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp243 auto custom_action_array = CF_EXPECT( in INJECT() local
340 auto custom_action_array = CF_EXPECT(ParseJson(config_contents)); in Process() local
372 bool AddJsonCustomActionConfigs(const Json::Value& custom_action_array) { in AddJsonCustomActionConfigs()