Searched refs:shell_command (Results 1 – 7 of 7) sorted by relevance
| /device/generic/goldfish/tools/ |
| D | mk_combined_img.py | 24 def shell_command(comm_list): function 84 shell_command(dd_comm) 93 shell_command([simg2img, partition["path"], temp_file]) 102 shell_command([sgdisk, '--clear', filename]) 115 shell_command([sgdisk, new_comm, type_comm, name_comm, output_file]) 134 shell_command(['rm', '-rf', output_filename + ".qcow2"]) 150 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename, 152 shell_command(['dd', "if=" + partitions[1]["path"], "of=" + output_filename, 163 shell_command(['dd', "if=" + gpt_head, "of=" + output_filename, "bs=1024k", 165 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename, [all …]
|
| /device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
| D | streamer.cpp | 92 std::optional<std::string> shell_command; member 321 const std::string& icon_name, const std::string& shell_command) { in AddCustomControlPanelButtonWithShellCommand() argument 324 button.shell_command = shell_command; in AddCustomControlPanelButtonWithShellCommand() 413 if (button.shell_command) { in OnOpen() 414 button_entry[kControlPanelButtonShellCommand] = *(button.shell_command); in OnOpen()
|
| D | streamer.h | 102 const std::string& icon_name, const std::string& shell_command);
|
| /device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
| D | app.js | 282 if (button.shell_command) { 286 e => this.#onCustomShellButton(button.shell_command, e), 1088 #onCustomShellButton(shell_command, e) { argument 1093 adbShell(shell_command);
|
| /device/google/cuttlefish/host/libs/config/ |
| D | custom_actions.h | 46 std::string shell_command; member
|
| D | custom_actions.cpp | 62 config.shell_command = dictionary[kCustomActionShellCommand].asString(); in GetCustomShellActionConfigFromJson() 116 json[kCustomActionShellCommand] = custom_action.shell_command; in ToJson()
|
| /device/google/cuttlefish/host/frontend/webrtc/ |
| D | main.cpp | 320 custom_action.shell_command); in main()
|