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.cpp244 Json::Value custom_action_array(Json::arrayValue); in INJECT() local
348 Json::Value custom_action_array(Json::arrayValue); in Process() local
387 bool AddJsonCustomActionConfigs(const Json::Value& custom_action_array) { in AddJsonCustomActionConfigs()