Home
last modified time | relevance | path

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

/aosp_15_r20/art/tools/
H A Dtest_presubmit.py71 def command_line_for_tool(tool_dict, output): function
82 proc_args = command_line_for_tool(tool_dict, output)
120 print("$> %s" %(" ".join(command_line_for_tool(tool_dict, tmp_file))), file=sys.stderr)
128 … print("$> %s" %(" ".join(command_line_for_tool(tool_dict, reference_file))), file=sys.stderr)