Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/kunit/
Dkunit_kernel.py187 def get_outfile_path(build_dir: str) -> str: function
353 output = open(get_outfile_path(build_dir), 'w')
Dkunit.py182 bd, bd, kunit_kernel.get_outfile_path(bd), bd, sys.argv[0]))
Dkunit_tool_test.py424 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile: