Searched refs:script_path (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/startop/scripts/lib/ |
H A D | cmd_utils.py | 50 def run_shell_func(script_path: str, 61 script_path=script_path, 66 script_path=script_path,
|
/aosp12/build/make/tools/releasetools/ |
H A D | validate_target_files.py | 166 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 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)
|
H A 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:]
|
H A D | java_app_test.py | 60 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 D | bisection_search.py | 220 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 D | run_app_with_prefetch_test.py | 278 script_path=AppRunner.IORAP_COMMON_BASH_SCRIPT)),
|