Searched refs:shell_command (Results 1 – 7 of 7) sorted by relevance
| /device/generic/goldfish/tools/ |
| D | mk_combined_img.py | 23 def shell_command(comm_list): function 83 shell_command(dd_comm) 92 shell_command([simg2img, partition["path"], temp_file]) 101 shell_command([sgdisk, '--clear', filename]) 114 shell_command([sgdisk, new_comm, type_comm, name_comm, output_file]) 133 shell_command(['rm', '-rf', output_filename + ".qcow2"]) 149 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename, 151 shell_command(['dd', "if=" + partitions[1]["path"], "of=" + output_filename, 162 shell_command(['dd', "if=" + gpt_head, "of=" + output_filename, "bs=1024k", 164 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename, [all …]
|
| /device/google/cuttlefish/host/libs/config/ |
| D | custom_actions.cpp | 59 shell_command = dictionary[kCustomActionShellCommand].asString(); in CustomActionConfig() 98 if (shell_command) { in ToJson() 100 custom_action[kCustomActionShellCommand] = *shell_command; in ToJson()
|
| D | custom_actions.h | 42 std::optional<std::string> shell_command; member
|
| /device/google/cuttlefish/host/frontend/webrtc/lib/ |
| D | streamer.cpp | 105 std::optional<std::string> shell_command; member 280 const std::string& icon_name, const std::string& shell_command) { in AddCustomControlPanelButtonWithShellCommand() argument 283 button.shell_command = shell_command; in AddCustomControlPanelButtonWithShellCommand() 382 if (button.shell_command) { in OnOpen() 383 button_entry[kControlPanelButtonShellCommand] = *(button.shell_command); in OnOpen()
|
| D | streamer.h | 107 const std::string& icon_name, const std::string& shell_command);
|
| /device/google/cuttlefish/host/frontend/webrtc/ |
| D | main.cpp | 282 if (custom_action.shell_command) { in main() 285 << *(custom_action.shell_command); in main() 290 *(custom_action.shell_command)); in main()
|
| /device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/ |
| D | app.js | 302 if (button.shell_command) { 305 e => onCustomShellButton(button.shell_command, e), 483 function onCustomShellButton(shell_command, e) { argument 488 adbShell(shell_command);
|