HomeSort by relevance Sort by last modified time
    Searched refs:copyfile (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/tools/gyp/test/sanitize-rule-names/
script.py 10 shutil.copyfile(*sys.argv[1:])
  /external/chromium_org/tools/gyp/test/actions-multiple/src/
copy.py 9 shutil.copyfile(sys.argv[1], sys.argv[2])
  /external/chromium_org/tools/gyp/samples/
samples 70 shutil.copyfile(local_file, chrome_file)
73 shutil.copyfile(chrome_file, local_file)
  /external/llvm/
copy-diff.py 39 def copyfile(src, dest): function
56 shutil.copyfile(src, dest)
70 copyfile(srcfile, destfile)
  /external/chromium_org/build/win/
install-build-deps.py 22 shutil.copyfile(source_path, backup_path)
  /external/chromium_org/base/allocator/
prep_libc.py 43 shutil.copyfile(os.path.join(vs_install_dir, 'libcmt.lib'), output_lib)
44 shutil.copyfile(os.path.join(vs_install_dir, 'libcmt.pdb'),
  /external/chromium_org/build/linux/unbundle/
replace_gyp_files.py 69 shutil.copyfile(os.path.join(source_tree_root, path),
73 shutil.copyfile(os.path.join(my_dirname, os.path.basename(path)),
  /external/chromium_org/media/tools/layout_tests/
trend_graph_unittest.py 18 shutil.copyfile(test_graph_file_backup_path, test_graph_file_path)
  /external/chromium_org/tools/win/split_link/
install_split_link.py 60 shutil.copyfile(link, link_backup)
82 shutil.copyfile('split_link.exe', link)
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 42 shutil.copyfile(abs_src, newname)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
fileset.py 55 self._filesystem.copyfile(src, dest)
filesystem.py 70 def copyfile(self, source, destination): member in class:FileSystem
71 shutil.copyfile(source, destination)
  /external/chromium_org/tools/
gypv8sh.py 45 shutil.copyfile(inputfile, jsoutfile)
  /external/chromium_org/chrome/test/webdriver/test/
java_tests.py 70 shutil.copyfile(os.path.join(java_tests_src_dir, 'keystore'),
74 shutil.copyfile(os.path.join(java_tests_src_dir, test_jar),
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py 171 self.copyfile(f, self.wfile)
176 def copyfile(self, source, outputfile): member in class:RequestHandler
179 return SimpleHTTPServer.SimpleHTTPRequestHandler.copyfile(
  /external/icu4c/stubdata/
icu_dat_generator.py 60 shutil.copyfile(src_dat, dst_dat)
328 shutil.copyfile(src_path, dst_path)
398 shutil.copyfile(os.path.join(TMP_DAT_PATH, ICU_DATA + ".dat"), output_file)
  /external/chromium_org/tools/win/link_limiter/
build_link_limiter.py 91 shutil.copyfile(exe_name, newpath)
  /external/linux-tools-perf/util/
util.c 57 int copyfile(const char *from, const char *to) function
  /cts/tools/utils/
buildCts.py 161 shutil.copyfile(os.path.join(self.definedplans_repository, 'CTS-flaky.xml'),
163 shutil.copyfile(os.path.join(self.definedplans_repository, 'CTS-stable.xml'),
  /development/build/tools/
mk_sources_zip.py 201 shutil.copyfile(filepath, dest_path)
231 shutil.copyfile(p.PROPS, props_dest)
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 89 shutil.copyfile(os.path.join(java_tests_src_dir, 'keystore'),
92 shutil.copyfile(os.path.join(java_tests_src_dir, test_jar),
  /external/chromium_org/chrome/tools/build/win/
syzygy_instrument.py 92 shutil.copyfile(agent_dll, agent_dst_name)
103 shutil.copyfile(agent_pdb, agent_dst_pdb)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 46 self.copyfile(f, self.wfile)
163 def copyfile(self, source, outputfile): member in class:SimpleHTTPRequestHandler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 46 self.copyfile(f, self.wfile)
163 def copyfile(self, source, outputfile): member in class:SimpleHTTPRequestHandler
  /external/chromium_org/build/win/importlibs/
create_importlib_win.py 157 shutil.copyfile(os.path.join(self._temp_dir, lib_name), output_file)

Completed in 583 milliseconds

1 2 3