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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 18 def _copy_file_contents(src, dst, buffer_size=16*1024): function
91 other systems, uses '_copy_file_contents()' to copy file contents.
148 _copy_file_contents(src, dst)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 18 def _copy_file_contents(src, dst, buffer_size=16*1024): function
91 other systems, uses '_copy_file_contents()' to copy file contents.
148 _copy_file_contents(src, dst)

Completed in 206 milliseconds