Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/
H A Dkunit_kernel.py196 def get_outfile_path(build_dir: str) -> str: function
375 output = open(get_outfile_path(build_dir), 'w')
H A Dkunit_tool_test.py503 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile: