Searched refs:script_path (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/scripts/test/ |
D | purgatorio_test.py | 28 self.script_path = os.path.join('purgatorio', 'purgatorio.py') 31 self.run_cmd([self.script_path, '-d', '-o', 'report.html'] + options)
|
D | test_utils.py | 88 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:]
|
D | java_app_test.py | 60 args = [sys.executable, TestHelper.script_path("app_profiler.py"), 74 [sys.executable, TestHelper.script_path('app_profiler.py'),
|