Searched refs:copyfile (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | SimpleHTTPServer.py | 46 self.copyfile(f, self.wfile) 163 def copyfile(self, source, outputfile): member in SimpleHTTPRequestHandler
|
D | shutil.py | 65 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/ |
D | SimpleHTTPServer.py | 48 self.copyfile(f, self.wfile) 178 def copyfile(self, source, outputfile): member in SimpleHTTPRequestHandler
|
D | shutil.py | 66 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/ |
D | test_shutil.py | 279 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')
|
D | test_compileall.py | 22 shutil.copyfile(self.source_path, self.source_path2)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | patchcheck.py | 106 shutil.copyfile(path, path + '.bak')
|
D | reindent.py | 126 shutil.copyfile(file, bak)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
D | InstallPkg.py | 31 from shutil import copyfile 601 copyfile(DpPkgFileName, DestFile)
|