Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DSimpleHTTPServer.py46 self.copyfile(f, self.wfile)
163 def copyfile(self, source, outputfile): member in SimpleHTTPRequestHandler
Dshutil.py65 def copyfile(src, dst): function
116 copyfile(src, dst)
127 copyfile(src, dst)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DSimpleHTTPServer.py48 self.copyfile(f, self.wfile)
178 def copyfile(self, source, outputfile): member in SimpleHTTPRequestHandler
Dshutil.py66 def copyfile(src, dst): function
119 copyfile(src, dst)
130 copyfile(src, dst)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_shutil.py279 self.assertRaises(shutil.Error, shutil.copyfile, src, dst)
288 self.assertRaises(shutil.Error, shutil.copyfile, src, dst)
316 shutil.copyfile, TESTFN, TESTFN2)
318 shutil.copyfile, __file__, TESTFN)
743 self.assertRaises(IOError, shutil.copyfile, 'srcfile', 'destfile')
758 shutil.copyfile('srcfile', 'destfile')
778 shutil.copyfile('srcfile', 'destfile')
801 shutil.copyfile, 'srcfile', 'destfile')
Dtest_compileall.py22 shutil.copyfile(self.source_path, self.source_path2)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpatchcheck.py106 shutil.copyfile(path, path + '.bak')
Dreindent.py126 shutil.copyfile(file, bak)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DInstallPkg.py31 from shutil import copyfile
601 copyfile(DpPkgFileName, DestFile)