Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/
DDex.java294 public int computeChecksum() throws IOException { in computeChecksum() method in Dex
314 open(CHECKSUM_OFFSET).writeInt(computeChecksum()); in writeHashes()