HomeSort by relevance Sort by last modified time
    Searched defs:run_command (Results 1 - 22 of 22) 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/autotest/server/site_tests/firmware_CorruptRecoveryCache/
firmware_CorruptRecoveryCache.py 82 cmd_output = self.run_command(cmd)
90 def run_command(self, command): member in class:firmware_CorruptRecoveryCache
  /external/autotest/server/site_tests/firmware_PDProtocol/
firmware_PDProtocol.py 62 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board])
92 def run_command(self, command): member in class:firmware_PDProtocol
126 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board])
135 output = self.run_command(self.ECTOOL_CMD_DICT[self.current_board])
  /external/autotest/server/site_tests/firmware_RecoveryCacheBootKeys/
firmware_RecoveryCacheBootKeys.py 50 def run_command(self, command): member in class:firmware_RecoveryCacheBootKeys
77 cmd_output = self.run_command(cmd)
  /tools/repohooks/rh/
utils.py 135 return run_command(cmd, **kwargs)
162 return run_command(sudo_cmd, **kwargs)
260 def run_command(cmd, error_message=None, redirect_stdout=False, function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/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);
  /frameworks/base/tools/bit/
command.cpp 158 run_command(const Command& command) function
  /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);

Completed in 1795 milliseconds