Home
last modified time | relevance | path

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

/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DDiskLruCache.java516 private synchronized void completeEdit(Editor editor, boolean success) throws IOException { in completeEdit() method in DiskLruCache
924 completeEdit(this, true);
940 completeEdit(this, false);
950 completeEdit(this, false);
/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()