Searched refs:get_outfile_path (Results 1 – 2 of 2) sorted by relevance
196 def get_outfile_path(build_dir: str) -> str: function375 output = open(get_outfile_path(build_dir), 'w')
503 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile: