Searched refs:get_outfile_path (Results 1 – 3 of 3) sorted by relevance
187 def get_outfile_path(build_dir: str) -> str: function353 output = open(get_outfile_path(build_dir), 'w')
182 bd, bd, kunit_kernel.get_outfile_path(bd), bd, sys.argv[0]))
424 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile: