Home
last modified time | relevance | path

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

/device/generic/goldfish/tools/
Dmk_combined_img.py22 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/
Dstreamer.cpp105 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()
Dstreamer.h115 const std::string& icon_name, const std::string& shell_command);
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js307 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/
Dcustom_actions.cpp64 config.shell_command = dictionary[kCustomActionShellCommand].asString(); in GetCustomShellActionConfigFromJson()
118 json[kCustomActionShellCommand] = custom_action.shell_command; in ToJson()
Dcustom_actions.h46 std::string shell_command; member
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp300 custom_action.shell_command); in main()