Home | History | Annotate | Download | only in storage

Lines Matching defs:shell

333             (new Shell()).exec(this, in, out, err, args, callback, resultReceiver);
337 class Shell extends ShellCommand {
352 int parseOptions(Shell shell) {
355 while ((opt = shell.getNextOption()) != null) {
363 int onShellCommand(Shell shell, String cmd) {
365 return shell.handleDefaultCommands(cmd);
367 PrintWriter pw = shell.getOutPrintWriter();
370 int opts = parseOptions(shell);
382 int opts = parseOptions(shell);
394 int opts = parseOptions(shell);
406 return shell.handleDefaultCommands(cmd);
454 Shell shell = new Shell();
455 shell.exec(mRemoteService, null, fd, null, args, null, new ResultReceiver(null));