Searched refs:work_dir (Results 1 – 2 of 2) sorted by relevance
21 def test_load_bitcode_from_directory(work_dir): argument22 relative_paths = make_corpus_lib.load_bitcode_from_directory(work_dir)
171 with TemporaryDirectory() as work_dir:173 with open(os.path.join(work_dir, src_file), "w") as handle:176 execute([self.ctx.compiler, src_file] + self.ctx.c_flags, cwd=work_dir)