HomeSort by relevance Sort by last modified time
    Searched full:copytree (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/skia/platform_tools/android/bin/
gyp_to_android.py 74 # Use mkdtemp to find an unused folder name, but then delete it so copytree
78 shutil.copytree(os.path.join(SKIA_DIR, GYP_FOLDER), tmp_folder)
  /external/skia/platform_tools/android/bin/
gyp_to_android.py 74 # Use mkdtemp to find an unused folder name, but then delete it so copytree
78 shutil.copytree(os.path.join(SKIA_DIR, GYP_FOLDER), tmp_folder)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 130 def copytree(src, dst, copydates=1): function
136 copytree(os.path.join(src, f), os.path.join(dst, f), copydates)
bundlebuilder.py 763 shutil.copytree(src, dst, symlinks=1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
134 """Function that can be used as copytree() ignore parameter.
145 def copytree(src, dst, symlinks=False, ignore=None): function
158 being visited by copytree(), and `names` which is the list of
163 Since copytree() is called recursively, the callable will be
189 copytree(srcname, dstname, symlinks, ignore)
193 # catch the Error from the recursive copytree so that we can
298 copytree(src, real_dst, symlinks=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
134 """Function that can be used as copytree() ignore parameter.
145 def copytree(src, dst, symlinks=False, ignore=None): function
158 being visited by copytree(), and `names` which is the list of
163 Since copytree() is called recursively, the callable will be
189 copytree(srcname, dstname, symlinks, ignore)
193 # catch the Error from the recursive copytree so that we can
298 copytree(src, real_dst, symlinks=True)
  /external/chromium_org/build/android/gyp/
jarjar_resources.py 80 shutil.copytree(input_dir, options.output_dir)
emma_instr.py 96 shutil.copytree(options.input_path, options.output_path)
175 shutil.copytree(os.path.join(temp_dir, 'classes'),
  /external/chromium_org/chrome/common/extensions/docs/server2/
build_server.py 36 shutil.copytree(src, dest_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 163 shutil.copytree(src_dir, dst_dir)
221 shutil.copytree(src_dir, dst_dir, ignore=patterns)
231 shutil.copytree(src_dir, dst_dir, ignore=patterns)
254 shutil.copytree(src_dir, dst_dir, ignore=_filter)
312 # Issue #3002: copyfile and copytree block indefinitely on named pipes
331 shutil.copytree(TESTFN, TESTFN2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 163 shutil.copytree(src_dir, dst_dir)
221 shutil.copytree(src_dir, dst_dir, ignore=patterns)
231 shutil.copytree(src_dir, dst_dir, ignore=patterns)
254 shutil.copytree(src_dir, dst_dir, ignore=_filter)
312 # Issue #3002: copyfile and copytree block indefinitely on named pipes
331 shutil.copytree(TESTFN, TESTFN2)
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 168 shutil.copytree(src_dir, os.path.join(out_zip_dir, base_dir_name))
205 shutil.copytree(bs, dst_file)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 263 def copytree(self, source, destination): member in class:FileSystem
264 shutil.copytree(source, destination)
filesystem_mock.py 390 def copytree(self, source, destination): member in class:MockFileSystem
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugTreeAdaptor.m 110 - (id) copyTree:(id<ANTLRBaseTree>)aTree
ANTLRTreeAdaptor.m 121 - (id) copyTree:(id<ANTLRBaseTree>)aTree
  /external/chromium_org/tools/telemetry/telemetry/page/
profile_generator.py 76 shutil.copytree(temp_output_directory, out_path, ignore=IsPseudoFile)
  /external/deqp/android/scripts/
build.py 96 shutil.copytree(srcDir, dstDir)
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 107 shutil.copytree(source, dest)
mac_tool.py 59 shutil.copytree(source, dest)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_backend.py 77 shutil.copytree(profile_dir, self._tmp_profile_dir)
  /external/lldb/test/
dotest.py 697 from shutil import copytree, ignore_patterns namespace
712 copytree(srcdir, dstdir, ignore=ignore_patterns('*.pyc', '.svn'))
732 copytree(os.path.join(scriptdir, 'make'), os.path.join(rdir, 'make'),
1348 from shutil import copytree, rmtree, ignore_patterns namespace
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py 136 shutil.copytree(cached_svn_repo_path, self.svn_repo_path)

Completed in 1075 milliseconds