Home
last modified time | relevance | path

Searched refs:copyfile (Results 1 – 13 of 13) sorted by relevance

/external/owasp/sanitizer/tools/
Dcut_release.py112 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/
Dsandbox70 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/
Dbuild.py83 shutil.copyfile(srcLibFile, dstLibFile)
93 shutil.copyfile(srcGdbserverPath, dstGdbserverPath)
Ddebug.py163 shutil.copyfile(os.path.join(buildDir, common.NATIVE_LIB_NAME), common.NATIVE_LIB_NAME)
/external/pdfium/testing/tools/
Drun_corpus_tests.py28 shutil.copyfile(input_path, pdf_path)
/external/deqp/scripts/
Dbuild_caselists.py110 shutil.copyfile(srcPath, dstPath)
Dmake_release.py117 shutil.copyfile(self.srcFile, self.dstFile)
/external/linux-tools-perf/src/tools/perf/util/
Dutil.h243 int copyfile(const char *from, const char *to);
Dutil.c85 int copyfile(const char *from, const char *to) in copyfile() function
Dheader.c308 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/
DScanView.py231 self.copyfile(f, self.wfile)
271 self.copyfile(f, self.wfile)
/external/clang/utils/check_cfc/
Dcheck_cfc.py357 shutil.copyfile(output_file_orig, temp_output_file_orig)
/external/skia/tools/skp/
Dwebpages_playback.py498 shutil.copyfile(os.path.join(self._base_dir, name), local_path)