Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java514 private synchronized void completeEdit(Editor editor, boolean success) throws IOException { in completeEdit() method in DiskLruCache
920 completeEdit(this, true);
936 completeEdit(this, false);
946 completeEdit(this, false);
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java501 private synchronized void completeEdit(Editor editor, boolean success) throws IOException { in completeEdit() method in DiskLruCache
781 completeEdit(this, true); in commit()
790 completeEdit(this, false); in abort()