Home
last modified time | relevance | path

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

/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java392 private static void renameTo(File from, File to, boolean deleteDestination) throws IOException { in renameTo() argument
393 if (deleteDestination) { in renameTo()