Searched refs:tmp_dir (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | intercept.py | 86 with TemporaryDirectory(prefix='intercept-') as tmp_dir: 88 environment = setup_environment(args, tmp_dir) 92 parse_exec_trace(os.path.join(tmp_dir, filename)) 93 for filename in sorted(glob.iglob(os.path.join(tmp_dir, '*.cmd'))))
|
/openbsd-src/gnu/usr.bin/perl/t/op/ |
H A D | hash-rt85026.t | 17 my $tmp_dir = tempdir(CLEANUP => 1); 18 my $tmp_file = File::Spec->catfile($tmp_dir, 'dump');
|
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
H A D | main.py | 249 tmp_dir = None 253 tmp_dir = tempfile.mkdtemp(prefix='lit-tmp-') 254 tmp_dir_envs = {k: tmp_dir for k in ['TMP', 'TMPDIR', 'TEMP', 'TEMPDIR']} 261 if tmp_dir: 264 shutil.rmtree(tmp_dir) 266 …"Failed to delete temp directory '%s', try upgrading your version of Python to fix this" % tmp_dir)
|
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/ |
H A D | test_exec_anatomy.py | 47 with libear.TemporaryDirectory() as tmp_dir: 48 expected, result = run(source_dir, tmp_dir)
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_libc_test.cpp | 83 char tmp_dir[MAX_PATH]; in temp_file_name() local 84 if (!::GetTempPathA(MAX_PATH, tmp_dir)) in temp_file_name() 88 if (!::GetTempFileNameA(tmp_dir, prefix, 0, tmp_path)) in temp_file_name()
|
/openbsd-src/gnu/usr.bin/texinfo/ |
H A D | ChangeLog.46 | 6495 * util/texi2dvi: Always remove the $tmp_dir's.
|