Home
last modified time | relevance | path

Searched refs:check_run (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/scripts/
Dapp_profiler.py147 self.adb.check_run(['install', '-r', self.config['apk_file_path']])
150 self.adb.check_run(['shell', 'cmd', 'package', 'compile', '-f', '-m', 'speed',
216 self.adb.check_run(['push', simpleperf_binary, '/data/local/tmp'])
248 self.adb.check_run(['push', path, '/data/local/tmp'])
Dutils.py199 def check_run(self, adb_args): member in AdbHelper