Home | History | Annotate | Download | only in emacs

Lines Matching defs:command

160 (defun android-adb-command (command &optional product)
161 "Execute 'adb COMMAND'.
168 (shell-command (concat (android-adb) " -p " (android-product-path)
169 " " command)
171 (shell-command (concat (android-adb) " " command)
174 (defun android-adb-shell-command (command)
175 "Execute 'adb shell COMMAND'."
176 (android-adb-command (concat " shell " command)