Home
last modified time | relevance | path

Searched defs:copyfileobj (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dshutil.py46 def copyfileobj(fsrc, fdst, length=16*1024): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dshutil.py45 def copyfileobj(fsrc, fdst, length=16*1024): function
Dtarfile.py259 def copyfileobj(src, dst, length=None): function