Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds