Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 3 of 3) 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.py88 def script_path(cls, script_name: str) -> str: member in TestHelper
95 args = [sys.executable, cls.script_path(
159 args = [sys.executable, TestHelper.script_path(args[0])] + args[1:]
Djava_app_test.py60 args = [sys.executable, TestHelper.script_path("app_profiler.py"),
74 [sys.executable, TestHelper.script_path('app_profiler.py'),