Searched defs:copyfile (Results 1 - 8 of 8) sorted by relevance

/external/autotest/client/site_tests/platform_CleanShutdown/
H A Dplatform_CleanShutdown.py6 from shutil import copyfile namespace
23 copyfile(SHUTDOWN_STATEFUL_UMOUNT_FAIL,
/external/python/cpython2/Lib/
H A DSimpleHTTPServer.py48 self.copyfile(f, self.wfile)
178 def copyfile(self, source, outputfile): member in class:SimpleHTTPRequestHandler
H A Dshutil.py25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
66 def copyfile(src, dst): function
119 copyfile(src, dst)
130 copyfile(src, dst)
/external/skia/gn/
H A Dgn_meta_sln.py9 from shutil import copyfile namespace
125 copyfile(srcFilterPath, dstFilterPath)
/external/skqp/gn/
H A Dgn_meta_sln.py9 from shutil import copyfile namespace
125 copyfile(srcFilterPath, dstFilterPath)
/external/syslinux/dosutil/
H A Dcopybs.asm107 copyfile: stosb label
112 ja copyfile
/external/python/cpython3/Lib/
H A Dshutil.py45 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
96 def copyfile(src, dst, *, follow_symlinks=True): function
241 copyfile(src, dst, follow_symlinks=follow_symlinks)
257 copyfile(src, dst, follow_symlinks=follow_symlinks)
/external/python/cpython3/Lib/http/
H A Dserver.py639 self.copyfile(f, self.wfile)
786 def copyfile(self, source, outputfile): member in class:SimpleHTTPRequestHandler

Completed in 455 milliseconds