Searched refs:copyfile (Results 1 – 13 of 13) sorted by relevance
/external/owasp/sanitizer/tools/ |
D | cut_release.py | 112 shutil.copyfile(src_path, dest_path) 156 shutil.copyfile(jar_path, versioned_jar_path) 157 shutil.copyfile(src_jar_path, versioned_src_jar_path) 158 shutil.copyfile(doc_jar_path, versioned_doc_jar_path)
|
/external/selinux/policycoreutils/sandbox/ |
D | sandbox | 70 def copyfile(file, srcdir, dest): 241 copyfile(f, homedir, self.__homedir) 242 copyfile(f, "/tmp", self.__tmpdir) 243 copyfile(f, "/var/tmp", self.__tmpdir)
|
/external/deqp/android/scripts/ |
D | build.py | 83 shutil.copyfile(srcLibFile, dstLibFile) 93 shutil.copyfile(srcGdbserverPath, dstGdbserverPath)
|
D | debug.py | 163 shutil.copyfile(os.path.join(buildDir, common.NATIVE_LIB_NAME), common.NATIVE_LIB_NAME)
|
/external/pdfium/testing/tools/ |
D | run_corpus_tests.py | 28 shutil.copyfile(input_path, pdf_path)
|
/external/deqp/scripts/ |
D | build_caselists.py | 110 shutil.copyfile(srcPath, dstPath)
|
D | make_release.py | 117 shutil.copyfile(self.srcFile, self.dstFile)
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | util.h | 243 int copyfile(const char *from, const char *to);
|
D | util.c | 85 int copyfile(const char *from, const char *to) in copyfile() function
|
D | header.c | 308 if (copyfile("/proc/kallsyms", filename)) in build_id_cache__add_s() 310 } else if (link(realname, filename) && copyfile(name, filename)) in build_id_cache__add_s()
|
/external/clang/tools/scan-view/ |
D | ScanView.py | 231 self.copyfile(f, self.wfile) 271 self.copyfile(f, self.wfile)
|
/external/clang/utils/check_cfc/ |
D | check_cfc.py | 357 shutil.copyfile(output_file_orig, temp_output_file_orig)
|
/external/skia/tools/skp/ |
D | webpages_playback.py | 498 shutil.copyfile(os.path.join(self._base_dir, name), local_path)
|