Home
last modified time | relevance | path

Searched defs:shell_command (Results 1 – 6 of 6) 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.py22 def shell_command(comm_list): function
/device/google/cuttlefish/host/cvd_test_configs/mvp_features/vm/custom_actions/
DTC1.json14 … "shell_command": "am start -a android.intent.action.VIEW -d https://www.android1.com/", string
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.h46 std::string shell_command; member
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp105 std::optional<std::string> shell_command; member
355 const std::string& icon_name, const std::string& shell_command) { in AddCustomControlPanelButtonWithShellCommand()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js1124 #onCustomShellButton(shell_command, e) { argument