Home
last modified time | relevance | path

Searched refs:RunShellCommandWithSU (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/build/android/pylib/perf/
Dcache_control.py14 self._adb.RunShellCommandWithSU('sync')
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dandroid_browser_backend.py34 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(
/external/chromium_org/tools/telemetry/telemetry/core/backends/
Dadb_commands.py93 def RunShellCommandWithSU(self, command, timeout_time=20, log_result=False): member in AdbCommands
94 return self._adb.RunShellCommandWithSU(command, timeout_time, log_result)
/external/chromium_org/build/android/
Dprovision_devices.py75 android_cmd.RunShellCommandWithSU('date -u %f' % time.time())
Dtombstones.py73 return adb.RunShellCommandWithSU('rm /data/tombstones/' + tombstone_file)
/external/chromium_org/build/android/pylib/
Dflag_changer.py111 self._adb.RunShellCommandWithSU('rm ' + self._cmdline_file)
Dandroid_commands.py685 self.RunShellCommandWithSU(cmd)
812 am_output = self.RunShellCommandWithSU(cmd)
1062 def RunShellCommandWithSU(self, command, timeout_time=20, log_result=False): member in AndroidCommands
1071 r = self.RunShellCommandWithSU('cat /dev/null')
1081 return self.RunShellCommandWithSU('cat "%s" 2> /dev/null' % filename)
1098 self.RunShellCommandWithSU('sh %s' % temp_script)