Searched refs:shell_command (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish/tools/ |
D | mk_combined_img.py | 22 def shell_command(comm_list): function 75 shell_command(dd_comm) 83 shell_command([simg2img, partition["path"], temp_file]) 90 shell_command([sgdisk, '--clear', filename]) 103 shell_command([sgdisk, new_comm, type_comm, name_comm, output_file]) 121 shell_command(['rm', '-rf', output_filename + ".qcow2"]) 135 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename, 137 shell_command(['dd', "if=" + partitions[1]["path"], "of=" + output_filename, 146 shell_command(['dd', "if=" + gpt_head, "of=" + output_filename, "bs=1024k", 148 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename, [all …]
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | streamer.cpp | 105 std::optional<std::string> shell_command; member 355 const std::string& icon_name, const std::string& shell_command) { in AddCustomControlPanelButtonWithShellCommand() argument 358 button.shell_command = shell_command; in AddCustomControlPanelButtonWithShellCommand() 463 if (button.shell_command) { in OnOpen() 464 button_entry[kControlPanelButtonShellCommand] = *(button.shell_command); in OnOpen()
|
D | streamer.h | 115 const std::string& icon_name, const std::string& shell_command);
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | app.js | 307 if (button.shell_command) { 311 e => this.#onCustomShellButton(button.shell_command, e), 1124 #onCustomShellButton(shell_command, e) { argument 1129 adbShell(shell_command);
|
/device/google/cuttlefish/host/libs/config/ |
D | custom_actions.cpp | 64 config.shell_command = dictionary[kCustomActionShellCommand].asString(); in GetCustomShellActionConfigFromJson() 118 json[kCustomActionShellCommand] = custom_action.shell_command; in ToJson()
|
D | custom_actions.h | 46 std::string shell_command; member
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | main.cpp | 300 custom_action.shell_command); in main()
|