Searched refs:RunShellCommandWithSU (Results 1 – 7 of 7) sorted by relevance
14 self._adb.RunShellCommandWithSU('sync')
34 files = self.adb.RunShellCommandWithSU('ls "%s"' % self.profile_dir)37 self.adb.RunShellCommandWithSU('rm -r %s' % ' '.join(paths))98 files = self.adb.RunShellCommandWithSU('ls "%s"' % self.profile_dir)357 files = self.adb.RunShellCommandWithSU(
93 def RunShellCommandWithSU(self, command, timeout_time=20, log_result=False): member in AdbCommands94 return self._adb.RunShellCommandWithSU(command, timeout_time, log_result)
75 android_cmd.RunShellCommandWithSU('date -u %f' % time.time())
73 return adb.RunShellCommandWithSU('rm /data/tombstones/' + tombstone_file)
111 self._adb.RunShellCommandWithSU('rm ' + self._cmdline_file)
685 self.RunShellCommandWithSU(cmd)812 am_output = self.RunShellCommandWithSU(cmd)1062 def RunShellCommandWithSU(self, command, timeout_time=20, log_result=False): member in AndroidCommands1071 r = self.RunShellCommandWithSU('cat /dev/null')1081 return self.RunShellCommandWithSU('cat "%s" 2> /dev/null' % filename)1098 self.RunShellCommandWithSU('sh %s' % temp_script)