Home
last modified time | relevance | path

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

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