Home
last modified time | relevance | path

Searched refs:make_script_command_with_temp_output (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/startop/scripts/app_startup/
Dapp_startup_runner_test.py187 cmd_str, tmp_file = asr.make_script_command_with_temp_output("fake_script", args=[], count=1)
191 …cmd_str, tmp_file = asr.make_script_command_with_temp_output("fake_script", args=['a', 'b'], count…
Dapp_startup_runner.py204 def make_script_command_with_temp_output(script: str, args: List[str], **kwargs)\ function
255 …collector_cmd, collector_tmp_output_file = make_script_command_with_temp_output(_COLLECTOR_SCRIPT,…
267 …cmd, tmp_output_file = make_script_command_with_temp_output(_RUN_SCRIPT, args, count=loop_count, i…