Searched defs:copy2 (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dshutil.py25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
122 def copy2(src, dst): function
146 """Recursively copy a directory tree using copy2().
192 copy2(srcname, dstname)
301 copy2(src, real_dst)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dshutil.py25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
122 def copy2(src, dst): function
146 """Recursively copy a directory tree using copy2().
192 copy2(srcname, dstname)
301 copy2(src, real_dst)

Completed in 306 milliseconds