| /src/external/mpl/bind/dist/bin/tests/system/doth/ |
| conftest.py | 14 import shutil namespace 24 executable = shutil.which("gnutls-cli") 41 executable = shutil.which("sslyze")
|
| /src/external/bsd/tre/dist/python/ |
| setup.py | 10 import shutil 21 shutil.copy("../win32/Release/tre.dll", ".")
|
| /src/external/mpl/bind/dist/bin/tests/system/nsec3/ |
| tests_nsec3_reload.py | 12 import shutil namespace 48 shutil.copyfile(f"{ns3.identifier}/template.db.in", f"{ns3.identifier}/{zone}.db")
|
| tests_nsec3_change.py | 12 import shutil namespace 60 shutil.copyfile(f"{nsdir}/template2.db.in", f"{nsdir}/{zone}.db")
|
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| SATestUpdateDiffs.py | 10 import shutil 51 shutil.rmtree(ref_results_path) 54 shutil.copytree(created_results_path, ref_results_path, symlinks=True)
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| extract_vplan.py | 12 import shutil 19 dot = shutil.which('dot')
|
| collect_and_build_with_pgo.py | 23 import shutil 241 shutil.rmtree(target_dir) 366 default=shutil.which('ninja') is None,
|
| /src/external/apache2/llvm/dist/llvm/utils/gn/build/ |
| symlink_or_copy.py | 39 import shutil 42 shutil.copyfile(os.path.join(os.path.dirname(output), source), output)
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| mark.py | 18 import shutil namespace 91 and shutil.which("pkcs11-tool") 92 and shutil.which("softhsm2-util")
|
| /src/external/mpl/bind/dist/bin/tests/system/xferquota/ |
| tests_xferquota.py | 17 import shutil namespace 41 shutil.copyfile("ns1/changing2.db", "ns1/changing.db")
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-missing-objfile.py | 17 import shutil namespace 78 shutil.copy(self._src, self._dest) 85 shutil.copy(dwp_src, dwp_dest)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-missing-objfile.py | 17 import shutil namespace 78 shutil.copy(self._src, self._dest) 85 shutil.copy(dwp_src, dwp_dest)
|
| /src/external/bsd/zstd/dist/tests/ |
| test-zstd-versions.py | 18 import shutil 116 shutil.copy(fallback_dict_name, dict_name) 233 shutil.copy2(base_dir + '/' + test_dat_src, tmp_dir + '/' + test_dat) 259 shutil.copy2('dictBuilder', '{}/dictBuilder.{}'.format(tmp_dir, tag)) 269 shutil.copy2('zstd', dst_zstd) 286 shutil.copy(file, dict_source_path)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
| collect_data_flow.py | 27 import shutil 33 shutil.rmtree(d)
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/ |
| set-xcode-analyzer | 16 import shutil 54 shutil.copy(t.name, path)
|
| /src/external/mpl/bind/dist/bin/tests/system/keyfromlabel/ |
| tests_keyfromlabel.py | 16 import shutil namespace 172 shutil.copyfileobj(fd, outfile)
|
| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| features.py | 11 import shutil 166 when=lambda cfg: shutil.which('gdb') is not None, 167 actions=[AddSubstitution('%{gdb}', lambda cfg: shutil.which('gdb'))]
|
| /src/external/mpl/bind/dist/bin/tests/system/kasp/ |
| tests_kasp.py | 15 import shutil namespace 205 shutil.copyfile(f"ns2/{zone}.db.in2", f"ns2/{zone}.db") 883 shutil.copyfile("ns3/template2.db.in", f"ns3/{zone}.db") 902 shutil.move(f"{key.privatefile}", f"{key.path}.offline") 1024 shutil.copyfile("ns3/template2.db.in", f"ns3/{zone}.db") 1304 shutil.copyfile(key.privatefile, f"{key.privatefile}.backup") 1305 shutil.copyfile(key.keyfile, f"{key.keyfile}.backup") 1306 shutil.copyfile(key.statefile, f"{key.statefile}.backup") 1606 shutil.copyfile("ns4/purgekeys2.conf", "ns4/purgekeys.conf") 1652 shutil.copyfile(f"ns6/{zone}2.db.in", f"ns6/{zone}.db" [all...] |
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| report.py | 14 import shutil 57 shutil.copy(args.cdb, args.output) 110 shutil.copyfileobj(input_handle, handle) 529 shutil.copy(os.path.join(this_dir, 'resources', resource), output_dir)
|
| /src/external/mpl/bind/dist/bin/tests/system/ksr/ |
| tests_ksr.py | 16 import shutil namespace 625 shutil.copyfile(privatefile, f"{privatefile}.backup") 626 shutil.copyfile(keyfile, f"{keyfile}.backup") 627 shutil.copyfile(statefile, f"{statefile}.backup") 760 shutil.copyfile(skr_fname, f"ns1/{skr_fname}") 833 shutil.copyfile(skr_fname, f"ns1/{skr_fname}") 911 shutil.copyfile(skr_fname, f"ns1/{skr_fname}") 981 shutil.copyfile(skr_fname, f"ns1/{skr_fname}") 1103 shutil.copyfile(skr_fname, f"ns1/{skr_fname}") 1213 shutil.copyfile(skr_fname, f"ns1/{skr_fname}" [all...] |
| /src/external/apache2/llvm/dist/clang/utils/ |
| creduce-clang-crash.py | 20 import shutil 75 shutil.copy(file_to_reduce, self.file_to_reduce) 232 shutil.copy(tmpfile.name, self.file_to_reduce) 237 shutil.copy(tmpfile.name, self.file_to_reduce)
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| generate_cxx_src_locs.py | 8 import shutil 370 shutil.copyfile(options.empty_implementation, options.output_file)
|
| /src/external/apache2/llvm/dist/libcxx/utils/ |
| merge_archives.py | 16 import shutil 24 shutil.rmtree(temp_directory_root)
|
| /src/external/apache2/llvm/dist/llvm/utils/git/ |
| pre-push.py | 33 import shutil 197 if not shutil.which('git'):
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| conftest.py | 17 import shutil namespace 393 shutil.rmtree(testdir) 394 shutil.copytree(system_test_root / system_test_name, testdir) 448 shutil.rmtree(testdir)
|