Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp38 const char* kCustomActionShellCommand = "shell_command"; variable
64 config.shell_command = dictionary[kCustomActionShellCommand].asString(); in GetCustomShellActionConfigFromJson()
118 json[kCustomActionShellCommand] = custom_action.shell_command; in ToJson()
385 custom_action.isMember(kCustomActionShellCommand); in AddJsonCustomActionConfigs()