Lines Matching refs:delete
64 * directory must be exclusive to the cache; the cache may delete or overwrite
251 * Recursively delete everything in {@code dir}.
263 if (!file.delete()) {
264 throw new IOException("failed to delete file: " + file);
328 cache.delete();
463 if (file.exists() && !file.delete()) {
641 if (!file.delete()) {
642 throw new IOException("failed to delete " + file);
707 * Closes the cache and deletes all of its stored values. This will delete
711 public void delete() throws IOException {