Home
last modified time | relevance | path

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

/aosp12/frameworks/base/startop/scripts/lib/
H A Dcmd_utils.py50 def run_shell_func(script_path: str,
61 script_path=script_path,
66 script_path=script_path,
/aosp12/build/make/tools/releasetools/
H A Dvalidate_target_files.py166 script_path = 'VENDOR/bin/install-recovery.sh'
169 script_path = 'SYSTEM/vendor/bin/install-recovery.sh'
172 if not os.path.exists(os.path.join(input_tmp, script_path)):
173 logging.info('%s does not exist in input_tmp', script_path)
176 logging.info('Checking %s', script_path)
177 with open(os.path.join(input_tmp, script_path), 'r') as script:
237 logging.info('Done checking %s', script_path)
/aosp12/system/extras/simpleperf/scripts/test/
H A Dpurgatorio_test.py28 self.script_path = os.path.join('purgatorio', 'purgatorio.py')
31 self.run_cmd([self.script_path, '-d', '-o', 'report.html'] + options)
H A 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:]
H A Djava_app_test.py60 args = [sys.executable, TestHelper.script_path("app_profiler.py"),
74 [sys.executable, TestHelper.script_path('app_profiler.py'),
/aosp12/art/tools/bisection_search/
H A Dbisection_search.py220 def __init__(self, script_path, expected_output_path, logfile): argument
228 self._script_path = script_path
/aosp12/frameworks/base/startop/scripts/app_startup/
H A Drun_app_with_prefetch_test.py278 script_path=AppRunner.IORAP_COMMON_BASH_SCRIPT)),