Home
last modified time | relevance | path

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

/external/llvm/
Dcopy-diff.py39 def copyfile(src, dest): function
56 shutil.copyfile(src, dest)
70 copyfile(srcfile, destfile)
/external/chromium/base/
Dfile_util_mac.mm8 #include <copyfile.h>
31 return (copyfile(from_path.value().c_str(),
/external/icu4c/stubdata/
Dicu_dat_generator.py70 shutil.copyfile(src_dat, dst_dat)
215 shutil.copyfile(src_path, dst_path)
288 shutil.copyfile(os.path.join(TMP_DAT_PATH, ICUDATA + ".dat"), output_file)
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dfilesystem.py68 def copyfile(self, source, destination): member in FileSystem
71 shutil.copyfile(source, destination)
Dfileset.py57 self._filesystem.copyfile(src, dest)
Ddirectoryfileset.py67 self._filesystem.copyfile(src, dest)
Dfilesystem_mock.py79 def copyfile(self, source, destination): member in MockFileSystem
/external/chromium/chrome/browser/resources/file_manager/bin/
Dsquashdir.py42 shutil.copyfile(abs_src, newname)
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Drebaselineserver.py302 filesystem.copyfile(source_path, destination_path)
338 filesystem.copyfile(source_path, destination_path)
414 filesystem.copyfile = no_op_copyfile
/external/webkit/Tools/CodeCoverage/
Dregenerate-coverage-display69 shutil.copyfile(os.path.join(base_path,css), os.path.join(dest_dir,css))
70 map(lambda x: shutil.copyfile(os.path.join(base_path,x), os.path.join(dest_dir,x)), images)
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
Daction_cssvaluekeywords.py165 shutil.copyfile(src, dst)
Daction_csspropertynames.py159 shutil.copyfile(src, dst)
Daction_makenames.py167 shutil.copyfile(src, dst)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dhttp_server.py211 shutil.copyfile(os.path.join(module_path, lib_file),
/external/chromium/build/mac/
Dstrip_save_dsym207 shutil.copyfile(macho, dwarf_file)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dtest_result_writer.py228 fs.copyfile(src_filepath, dst_filename)
Dtest_runner.py1124 self._fs.copyfile(results_file, self._fs.join(self._results_directory, "results.html"))
/external/clang/tools/scan-view/
DScanView.py231 self.copyfile(f, self.wfile)
271 self.copyfile(f, self.wfile)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Drebaseline_chromium_webkit_tests.py539 self._filesystem.copyfile(baseline_fullpath, new_file)