Home
last modified time | relevance | path

Searched refs:copyfileobj (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathSupport.py51 shutil.copyfileobj(fsrc, fdst)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DSimpleHTTPServer.py177 shutil.copyfileobj(source, outputfile)
Dshutil.py45 def copyfileobj(fsrc, fdst, length=16*1024): function
83 copyfileobj(fsrc, fdst)
Dtarfile.py259 def copyfileobj(src, dst, length=None): function
266 shutil.copyfileobj(src, dst)
2019 copyfileobj(fileobj, self.fileobj, tarinfo.size)
2199 copyfileobj(source, target)
Dzipfile.py995 shutil.copyfileobj(source, target)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DSimpleHTTPServer.py192 shutil.copyfileobj(source, outputfile)
Dshutil.py46 def copyfileobj(fsrc, fdst, length=16*1024): function
84 copyfileobj(fsrc, fdst)
Dzipfile.py1084 shutil.copyfileobj(source, target)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsi.py879 shutil.copyfileobj(open(os.path.join(srcdir, "LICENSE")), out)
880 shutil.copyfileobj(open("crtlicense.txt"), out)
894 shutil.copyfileobj(open(os.path.join(dir, file)), out)