Searched refs:copyfileobj (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathSupport.py | 51 shutil.copyfileobj(fsrc, fdst)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | SimpleHTTPServer.py | 177 shutil.copyfileobj(source, outputfile)
|
D | shutil.py | 45 def copyfileobj(fsrc, fdst, length=16*1024): function 83 copyfileobj(fsrc, fdst)
|
D | tarfile.py | 259 def copyfileobj(src, dst, length=None): function 266 shutil.copyfileobj(src, dst) 2019 copyfileobj(fileobj, self.fileobj, tarinfo.size) 2199 copyfileobj(source, target)
|
D | zipfile.py | 995 shutil.copyfileobj(source, target)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | SimpleHTTPServer.py | 192 shutil.copyfileobj(source, outputfile)
|
D | shutil.py | 46 def copyfileobj(fsrc, fdst, length=16*1024): function 84 copyfileobj(fsrc, fdst)
|
D | zipfile.py | 1084 shutil.copyfileobj(source, target)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | msi.py | 879 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)
|