Home
last modified time | relevance | path

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

/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java851 throw invalidLengths(strings); in setLengths()
859 throw invalidLengths(strings); in setLengths()
863 private IOException invalidLengths(String[] strings) throws IOException { in invalidLengths() method in DiskLruCache.Entry
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java993 throw invalidLengths(strings);
1001 throw invalidLengths(strings);
1012 private IOException invalidLengths(String[] strings) throws IOException {