Home
last modified time | relevance | path

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

/frameworks/multidex/library/src/android/support/multidex/
DZipUtil.java109 long stillToRead = dir.size; in computeCrcOfCentralDir() local
111 int length = (int) Math.min(BUFFER_SIZE, stillToRead); in computeCrcOfCentralDir()
116 stillToRead -= length; in computeCrcOfCentralDir()
117 if (stillToRead == 0) { in computeCrcOfCentralDir()
120 length = (int) Math.min(BUFFER_SIZE, stillToRead); in computeCrcOfCentralDir()