Home
last modified time | relevance | path

Searched refs:writeIntLE (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/incremental/
H A DV4Signature.java269 writeIntLE(stream, this.version); in writeTo()
297 private static void writeIntLE(OutputStream stream, int v) throws IOException { in writeIntLE() method in V4Signature
333 writeIntLE(stream, 0); in writeBytes()
336 writeIntLE(stream, bytes.length); in writeBytes()