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

1 2

  /external/chromium_org/tools/telemetry/telemetry/page/
profile_generator_unittest.py 59 shutil.copytree(sandbox_dir, sandbox_dir_copy,
profile_generator.py 43 """Filter function for shutil.copytree() to reject socket files and symlinks
95 shutil.copytree(temp_output_directory, out_path, ignore=_IsPseudoFile)
  /external/chromium_org/chrome/common/extensions/docs/server2/
build_server.py 37 shutil.copytree(src, dest_path)
  /external/chromium_org/chrome/test/remoting/
install_and_launch_app.py 60 shutil.copytree(source_dir, profile_dir)
  /external/chromium_org/build/android/gyp/
emma_instr.py 96 shutil.copytree(options.input_path, options.output_path)
175 shutil.copytree(os.path.join(temp_dir, 'classes'),
jarjar_resources.py 80 shutil.copytree(input_dir, options.output_dir)
javac.py 250 shutil.copytree(classes_dir, options.classes_dir)
process_resources.py 266 shutil.copytree(gen_dir, options.R_dir)
  /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 279 self.copytree(source, destination)
394 def copytree(self, source, destination): member in class:MockFileSystem
filesystem_unittest.py 123 self.fs.copytree('foodir/', 'bardir/')
  /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)
  /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/
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/third_party/skia/gm/rebaseline_server/
compare_rendered_pictures.py 487 shutil.copytree(repo_dir, dest_dir)
489 shutil.copytree(source_dir, dest_dir)
  /external/deqp/android/scripts/
build.py 167 shutil.copytree(assetsSrcDir, assetsDstDir)
  /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/tools/gyp/pylib/gyp/
win_tool.py 107 shutil.copytree(source, dest)
mac_tool.py 59 shutil.copytree(source, dest)
  /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/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_backend.py 78 shutil.copytree(profile_dir, self._tmp_profile_dir)

Completed in 520 milliseconds

1 2