Searched refs:script_path (Results 1 – 4 of 4) 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 | 89 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:]
|
D | java_app_test.py | 61 args = [sys.executable, TestHelper.script_path("app_profiler.py"), 76 args = [sys.executable, TestHelper.script_path('app_profiler.py'),
|
D | app_profiler_test.py | 59 args = [sys.executable, TestHelper.script_path('app_profiler.py'), '-cmd', 'ls']
|