Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dpurgatorio_test.py28 self.script_path = os.path.join('purgatorio', 'purgatorio.py')
31 self.run_cmd([self.script_path, '-d', '-o', 'report.html'] + options)
Dtest_utils.py89 def script_path(cls, script_name: str) -> str: member in TestHelper
96 args = [sys.executable, cls.script_path(
170 args = [sys.executable, TestHelper.script_path(args[0])] + args[1:]
Djava_app_test.py61 args = [sys.executable, TestHelper.script_path("app_profiler.py"),
76 args = [sys.executable, TestHelper.script_path('app_profiler.py'),
Dapp_profiler_test.py59 args = [sys.executable, TestHelper.script_path('app_profiler.py'), '-cmd', 'ls']