Home
last modified time | relevance | path

Searched defs:dest_dir (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/scripts/
H A Dinstall_custom_python.py30 def copy_one_file(dest_dir, source_dir, filename): argument
37 def copy_named_files(dest_dir, source_dir, files, extensions, copy_debug_suffix_also): argument
44 def copy_subdirectory(dest_dir, source_dir, subdir): argument
51 def copy_distro(dest_dir, dest_subdir, source_dir, source_prefix): argument
/llvm-project/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py55 def create_csrutil(dest_dir, status): argument
60 def create_sestatus(dest_dir, status): argument
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
H A Dcopy.pass.cpp188 const path dest_dir = env.create_dir("dest_dir"); in from_is_regular_file() local
/llvm-project/llvm/utils/mlgo-utils/mlgo/corpus/
H A Dextract_ir_lib.py78 def dest_dir(self): member in TrainingIRExtractor