HomeSort by relevance Sort by last modified time
    Searched defs:run_command (Results 1 - 18 of 18) sorted by null

  /external/skia/tools/
find_run_binary.py 14 def run_command(args): function
  /bootable/recovery/applypatch/
applypatch.sh 51 run_command() { function
75 run_command df | awk "/$1/ {print gensub(/K/, \"\", \"g\", \$6)}"
82 run_command rm $WORK_DIR/bloat.dat
83 run_command rm $WORK_DIR/old.file
84 run_command rm $WORK_DIR/foo
85 run_command rm $WORK_DIR/patch.bsdiff
86 run_command rm $WORK_DIR/applypatch
87 run_command rm $CACHE_TEMP_SOURCE
88 run_command rm /cache/bloat*.dat
110 run_command $WORK_DIR/applypatch && fai
    [all...]
imgdiff_test.sh 37 run_command() { function
68 run_command rm $WORK_DIR/applypatch
69 run_command rm $WORK_DIR/source
70 run_command rm $WORK_DIR/target
71 run_command rm $WORK_DIR/patch
91 run_command rm /data/local/tmp/target
93 run_command /data/local/tmp/applypatch /data/local/tmp/source \
  /external/autotest/server/
site_host_route.py 19 output = self.run_command(["ip", "route", "get", self.host])
49 def run_command(self, args): member in class:LocalHostRoute
61 def run_command(self, args): member in class:RemoteHostRoute
  /external/autotest/client/cros/faft/utils/
shell_wrapper.py 23 """Helper function of run_command() methods.
36 def run_command(self, cmd, block=True): member in class:LocalShell
104 """Helper function of run_command() methods.
113 self._host_shell.run_command('adb root')
118 def run_command(self, cmd): member in class:AdbShell
166 self._host_shell.run_command(cmd)
174 self._host_shell.run_command(cmd)
180 self._host_shell.run_command(cmd)
183 self._host_shell.run_command(cmd)
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
doctest_webapp.py 50 def run_command(command, name, and_print=False): function
  /external/vboot_reference/futility/
futility.c 274 int run_command(const struct futil_cmd_t *cmd, int argc, char *argv[]) function
319 return run_command(cmd, argc, argv);
364 return run_command(cmd, argc, argv);
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 769 sub run_command subroutine
780 print "run_command: \"@_\" returned $code.\n" if $debug;
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cmd.py 321 def run_command(self, command): member in class:Command
322 """Run some other command: uses the 'run_command()' method of
326 self.distribution.run_command(command)
dist.py 957 def run_command(self, command): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cmd.py 321 def run_command(self, command): member in class:Command
322 """Run some other command: uses the 'run_command()' method of
326 self.distribution.run_command(command)
dist.py 957 def run_command(self, command): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 321 def run_command(self, command): member in class:Command
322 """Run some other command: uses the 'run_command()' method of
326 self.distribution.run_command(command)
dist.py 957 def run_command(self, command): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 321 def run_command(self, command): member in class:Command
322 """Run some other command: uses the 'run_command()' method of
326 self.distribution.run_command(command)
dist.py 957 def run_command(self, command): function
    [all...]
  /external/toybox/toys/pending/
init.c 191 static void run_command(char *command) function
268 run_command(x->command);
399 run_command(x->command);
  /frameworks/native/cmds/dumpstate/
utils.cpp 404 run_command(title, 10, SU_PATH, "root", "showmap", "-q", arg, NULL);
641 int run_command(const char *title, int timeout_seconds, const char *command, ...) { function
    [all...]

Completed in 2769 milliseconds