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