Home
last modified time | relevance | path

Searched defs:closeInput (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DUtils.java77 static void closeInput(InputStream src) throws IOException { in closeInput() method in Utils
/third_party/skia/third_party/externals/brotli/js/
Ddecode.js1965 function closeInput(src) { return 0; } function in BrotliDecodeClosure