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

  /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)
  /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/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)
  /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/python/cpython3/Lib/
shutil.py 46 "copytree", "move", "rmtree", "Error", "SpecialFileError",
262 """Function that can be used as copytree() ignore parameter.
273 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, function
293 being visited by copytree(), and `names` which is the list of
298 Since copytree() is called recursively, the callable will be
327 # code with a custom `copy_function` may rely on copytree
337 copytree(srcname, dstname, symlinks, ignore,
342 copytree(srcname, dstname, symlinks, ignore, copy_function)
346 # catch the Error from the recursive copytree so that we can
524 to copy the source or it will be delegated to `copytree`
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 112 def copytree(src, dest): function
113 """ An SELinux-friendly shutil.copytree method """
114 shutil.copytree(src, dest)
    [all...]

Completed in 318 milliseconds