Home
last modified time | relevance | path

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

/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java325 deleteIfExists(journalFileTmp); in processJournal()
335 deleteIfExists(entry.getCleanFile(t)); in processJournal()
336 deleteIfExists(entry.getDirtyFile(t)); in processJournal()
386 private static void deleteIfExists(File file) throws IOException { in deleteIfExists() method in DiskLruCache
394 deleteIfExists(to); in renameTo()
533 deleteIfExists(dirty); in completeEdit()