Home
last modified time | relevance | path

Searched refs:_copy_file_contents (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/distutils/
Dfile_util.py16 def _copy_file_contents(src, dst, buffer_size=16*1024): function
151 _copy_file_contents(src, dst)
/external/python/cpython2/Lib/distutils/
Dfile_util.py18 def _copy_file_contents(src, dst, buffer_size=16*1024): function
156 _copy_file_contents(src, dst)
/external/python/cpython3/Doc/distutils/
Dapiref.rst1061 symbolic linking is available. It uses :func:`_copy_file_contents` to copy file
/external/python/cpython2/Doc/distutils/
Dapiref.rst1040 symbolic linking is available. It uses :func:`_copy_file_contents` to copy file