/external/llvm/ |
D | copy-diff.py | 39 def copyfile(src, dest): function 56 shutil.copyfile(src, dest) 70 copyfile(srcfile, destfile)
|
/external/chromium/base/ |
D | file_util_mac.mm | 8 #include <copyfile.h> 31 return (copyfile(from_path.value().c_str(),
|
/external/icu4c/stubdata/ |
D | icu_dat_generator.py | 70 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/ |
D | filesystem.py | 68 def copyfile(self, source, destination): member in FileSystem 71 shutil.copyfile(source, destination)
|
D | fileset.py | 57 self._filesystem.copyfile(src, dest)
|
D | directoryfileset.py | 67 self._filesystem.copyfile(src, dest)
|
D | filesystem_mock.py | 79 def copyfile(self, source, destination): member in MockFileSystem
|
/external/chromium/chrome/browser/resources/file_manager/bin/ |
D | squashdir.py | 42 shutil.copyfile(abs_src, newname)
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | rebaselineserver.py | 302 filesystem.copyfile(source_path, destination_path) 338 filesystem.copyfile(source_path, destination_path) 414 filesystem.copyfile = no_op_copyfile
|
/external/webkit/Tools/CodeCoverage/ |
D | regenerate-coverage-display | 69 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/ |
D | action_cssvaluekeywords.py | 165 shutil.copyfile(src, dst)
|
D | action_csspropertynames.py | 159 shutil.copyfile(src, dst)
|
D | action_makenames.py | 167 shutil.copyfile(src, dst)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | http_server.py | 211 shutil.copyfile(os.path.join(module_path, lib_file),
|
/external/chromium/build/mac/ |
D | strip_save_dsym | 207 shutil.copyfile(macho, dwarf_file)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_result_writer.py | 228 fs.copyfile(src_filepath, dst_filename)
|
D | test_runner.py | 1124 self._fs.copyfile(results_file, self._fs.join(self._results_directory, "results.html"))
|
/external/clang/tools/scan-view/ |
D | ScanView.py | 231 self.copyfile(f, self.wfile) 271 self.copyfile(f, self.wfile)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
D | rebaseline_chromium_webkit_tests.py | 539 self._filesystem.copyfile(baseline_fullpath, new_file)
|