Home
last modified time | relevance | path

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

12

/external/skqp/infra/bots/recipe_modules/doxygen/resources/
Dgenerate_and_upload_doxygen.py56 shutil.copyfileobj(reader, writer)
/external/skia/infra/bots/recipe_modules/doxygen/resources/
Dgenerate_and_upload_doxygen.py56 shutil.copyfileobj(reader, writer)
/external/skia/tools/skqp/
Ddownload_model.py36 shutil.copyfileobj(urllib2.urlopen(url), o)
/external/skqp/tools/skqp/
Ddownload_model38 shutil.copyfileobj(urllib2.urlopen(url), o)
/external/tensorflow/tensorflow/lite/tutorials/
Ddataset.py81 shutil.copyfileobj(f_in, f_out)
/external/autotest/server/site_tests/platform_BootPerfServer/
Dplatform_BootPerfServer.py166 shutil.copyfileobj(client_results, server_results)
/external/boringssl/src/util/bot/
Dextract.py154 shutil.copyfileobj(entry.fileobj, out)
/external/python/cpython2/Lib/
DSimpleHTTPServer.py192 shutil.copyfileobj(source, outputfile)
Dshutil.py60 def copyfileobj(fsrc, fdst, length=16*1024): function
98 copyfileobj(fsrc, fdst)
Dtarfile.py259 def copyfileobj(src, dst, length=None): function
266 shutil.copyfileobj(src, dst)
2054 copyfileobj(fileobj, self.fileobj, tarinfo.size)
2235 copyfileobj(source, target)
/external/python/cpython3/Lib/
Dzipapp.py70 shutil.copyfileobj(src, dst)
Dtarfile.py234 def copyfileobj(src, dst, length=None, exception=OSError, bufsize=None): function
242 shutil.copyfileobj(src, dst, bufsize)
2007 copyfileobj(fileobj, self.fileobj, tarinfo.size, bufsize=bufsize)
2195 copyfileobj(source, target, size, ReadError, bufsize)
2199 copyfileobj(source, target, tarinfo.size, ReadError, bufsize)
Dshutil.py197 def copyfileobj(fsrc, fdst, length=0): function
285 copyfileobj(fsrc, fdst)
/external/autotest/server/
Dbase_utils.py78 shutil.copyfileobj(location, tmpfileobj)
Dcrashcollect.py379 shutil.copyfileobj(raw_messages_file, messages_file)
/external/llvm-project/clang/utils/analyzer/
DSATestBuild.py482 shutil.copyfileobj(build_log_file, LOCAL.stderr)
739 shutil.copyfileobj(failed_log, LOCAL.stdout)
/external/python/cpython2/Tools/msi/
Dmsi.py917 shutil.copyfileobj(open(os.path.join(srcdir, "LICENSE")), out)
918 shutil.copyfileobj(open("crtlicense.txt"), out)
932 shutil.copyfileobj(open(os.path.join(dir, file)), out)
/external/python/cpython2/Doc/library/
Dgzip.rst114 shutil.copyfileobj(f_in, f_out)
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/
Dreport.py104 shutil.copyfileobj(input_handle, handle)
/external/clang/tools/scan-build-py/libscanbuild/
Dreport.py141 shutil.copyfileobj(input_handle, handle)
/external/clang/utils/analyzer/
DSATestBuild.py515 shutil.copyfileobj(FailLogI, SummaryLog);
/external/python/cpython3/Doc/library/
Dshutil.rst40 .. function:: copyfileobj(fsrc, fdst[, length])
459 :func:`shutil.copyfileobj` is used.
463 :func:`copyfileobj` function internally.
Dgzip.rst215 shutil.copyfileobj(f_in, f_out)
/external/python/cpython3/Lib/test/
Dtest_shutil.py2206 shutil.copyfileobj(src, dst)
2211 shutil.copyfileobj(src, dst)
2217 shutil.copyfileobj(src, dst)
2364 shutil.copyfileobj(src, dst)
2373 shutil.copyfileobj(src, dst)
/external/python/cpython3/Lib/http/
Dserver.py859 shutil.copyfileobj(source, outputfile)

12