Searched refs:deleteAndInvalidate (Results 1 – 1 of 1) sorted by relevance
1298 FileUtils.walkFileTreeContents(dir.toPath(), this::deleteAndInvalidate); in ensureThumbnailsValid() local7750 deleteAndInvalidate(thumbFile);7836 deleteAndInvalidate(thumbTempFile);7841 deleteAndInvalidate(getThumbnailFile(uri));9590 private void deleteAndInvalidate(@NonNull Path path) {9591 deleteAndInvalidate(path.toFile());9594 private void deleteAndInvalidate(@NonNull File file) {9603 deleteAndInvalidate(file);