HomeSort by relevance Sort by last modified time
    Searched full:stilltoread (Results 1 - 2 of 2) sorted by null

  /frameworks/multidex/library/src/android/support/multidex/
ZipUtil.java 109 long stillToRead = dir.size;
111 int length = (int) Math.min(BUFFER_SIZE, stillToRead);
116 stillToRead -= length;
117 if (stillToRead == 0) {
120 length = (int) Math.min(BUFFER_SIZE, stillToRead);
  /prebuilts/sdk/current/multidex/library/
android-support-multidex.jar 

Completed in 128 milliseconds