Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/example_custom_actions/
Dcustom_action_config.json3 "shell_command":"am start -a android.intent.action.VIEW -d https://www.android.com/", string
/device/generic/goldfish/tools/
Dmk_combined_img.py23 def shell_command(comm_list): function
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.h42 std::optional<std::string> shell_command; member
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dstreamer.cpp105 std::optional<std::string> shell_command; member
280 const std::string& icon_name, const std::string& shell_command) { in AddCustomControlPanelButtonWithShellCommand()
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dapp.js483 function onCustomShellButton(shell_command, e) { argument