Home
last modified time | relevance | path

Searched refs:get_outfile_path (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_kernel.py103 outfile = get_outfile_path(build_dir)
122 def get_outfile_path(build_dir): function
209 outfile = get_outfile_path(build_dir)
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_kernel.py188 def get_outfile_path(build_dir: str) -> str: function
358 output = open(get_outfile_path(build_dir), 'w')
H A Dkunit.py209 bd, bd, kunit_kernel.get_outfile_path(bd), bd, sys.argv[0]))
H A Dkunit_tool_test.py461 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile:

Completed in 4 milliseconds