HomeSort by relevance Sort by last modified time
    Searched refs:copytree (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/autotest/tko/parsers/test/
new_scenario.py 81 shutil.copytree(results_dirpath, copied_dirpath)
  /external/capstone/bindings/python/
setup.py 85 shutil.copytree(os.path.join(BUILD_DIR, "arch"), os.path.join(SRC_DIR, "arch"))
86 shutil.copytree(os.path.join(BUILD_DIR, "include"), os.path.join(SRC_DIR, "include"))
118 shutil.copytree(os.path.join(BUILD_DIR, 'include'), os.path.join(HEADERS_DIR, 'capstone'))
setup_cython.py 79 shutil.copytree(os.path.join(BUILD_DIR, 'include'), os.path.join(HEADERS_DIR, 'capstone'))
  /external/chromium-trace/
update.py 89 shutil.copytree(src, dst, ignore=shutil.ignore_patterns(*IGNORE_PATTERNS))
  /external/python/cpython2/Lib/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/vulkan-validation-layers/build-android/
build.py 45 shutil.copytree(src_dir, dst_dir, symlinks=True)
234 shutil.copytree(src, dst,
  /prebuilts/gdb/darwin-x86/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)
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/
build.py 45 shutil.copytree(src_dir, dst_dir, symlinks=True)
237 shutil.copytree(src, dst,
  /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/skia/infra/bots/assets/
asset_utils_test.py 64 shutil.copytree(target_dir, os.path.join(self.dir, name, str(version)))
67 shutil.copytree(os.path.join(self.dir, name, str(version)), target_dir)
  /external/skqp/infra/bots/assets/
asset_utils_test.py 64 shutil.copytree(target_dir, os.path.join(self.dir, name, str(version)))
67 shutil.copytree(os.path.join(self.dir, name, str(version)), target_dir)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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
299 copytree(src, real_dst, symlinks=True)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
131 """Function that can be used as copytree() ignore parameter.
142 def copytree(src, dst, symlinks=False, ignore=None): function
155 being visited by copytree(), and `names` which is the list of
160 Since copytree() is called recursively, the callable will be
186 copytree(srcname, dstname, symlinks, ignore)
190 # catch the Error from the recursive copytree so that we can
295 copytree(src, real_dst, symlinks=True)
  /external/python/cpython2/Lib/
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
299 copytree(src, real_dst, symlinks=True)
  /external/skia/tools/skp/
webpages_playback.py 491 def copytree(source_dir, dest_dir): function in function:LocalFileSystemDataStore.upload_dir_contents
498 copytree(source, dest)
501 copytree(source_dir, os.path.join(self._base_dir, dest_dir))
  /external/skqp/tools/skp/
webpages_playback.py 491 def copytree(source_dir, dest_dir): function in function:LocalFileSystemDataStore.upload_dir_contents
498 copytree(source, dest)
501 copytree(source_dir, os.path.join(self._base_dir, dest_dir))
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/autotest/server/
base_utils.py 92 shutil.copytree(location, tmpfile, symlinks=True)
  /external/autotest/utils/
compile_gwt_clients.py 83 shutil.copytree(old_install_dir, install_dir)
  /external/skia/infra/bots/recipe_modules/skia_swarming/
api.py 66 self.m.file.copytree('Copy Go binary',
  /external/skqp/infra/bots/recipe_modules/skia_swarming/
api.py 66 self.m.file.copytree('Copy Go binary',
  /external/trappy/tests/
test_caching.py 108 shutil.copytree(src, cache_path)

Completed in 630 milliseconds

12 3 4