HomeSort by relevance Sort by last modified time
    Searched refs:copyfileobj (Results 1 - 16 of 16) sorted by null

  /external/skia/tools/pyutils/
url_utils.py 63 shutil.copyfileobj(fsrc=source_handle, fdst=dest_handle)
  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
generate_user_config.py 73 shutil.copyfileobj(original, dst)
  /external/skia/platform_tools/android/gyp_gen/
generate_user_config.py 74 shutil.copyfileobj(original, dst)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
reflectionhandler.py 144 shutil.copyfileobj(static_file, self.wfile)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 177 shutil.copyfileobj(source, outputfile)
shutil.py 25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
46 def copyfileobj(fsrc, fdst, length=16*1024): function
84 copyfileobj(fsrc, fdst)
tarfile.py 259 def copyfileobj(src, dst, length=None): function
266 shutil.copyfileobj(src, dst)
    [all...]
zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 177 shutil.copyfileobj(source, outputfile)
shutil.py 25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
46 def copyfileobj(fsrc, fdst, length=16*1024): function
84 copyfileobj(fsrc, fdst)
tarfile.py 259 def copyfileobj(src, dst, length=None): function
266 shutil.copyfileobj(src, dst)
    [all...]
zipfile.py     [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
imagediffdb.py 440 shutil.copyfileobj(fsrc=url_handle, fdst=file_handle)
  /external/skia/gm/rebaseline_server/
imagediffdb.py 344 shutil.copyfileobj(fsrc=url_handle, fdst=file_handle)
  /external/clang/utils/analyzer/
SATestBuild.py 392 shutil.copyfileobj(FailLogI, SummaryLog);
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 884 shutil.copyfileobj(g, f)
    [all...]

Completed in 518 milliseconds