Home
last modified time | relevance | path

Searched refs:deleteIfExists (Results 1 – 7 of 7) 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()
/external/guava/android/guava-tests/test/com/google/common/io/
DFilesFileTraverserTest.java55 java.nio.file.Files.deleteIfExists(file); in tearDown()
64 java.nio.file.Files.deleteIfExists(dir); in tearDown()
/external/guava/guava-tests/test/com/google/common/io/
DFilesFileTraverserTest.java55 java.nio.file.Files.deleteIfExists(file); in tearDown()
64 java.nio.file.Files.deleteIfExists(dir); in tearDown()
DMoreFilesTest.java109 Files.deleteIfExists(file); in tearDown()
119 Files.deleteIfExists(dir); in tearDown()
662 if (Files.deleteIfExists(file)) { in startDirectorySymlinkSwitching()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DCleanOutputDirectoryTask.java322 Files.deleteIfExists(p); in deleteAllFiles()
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsUnixLikeFileSystemTest.java1021 assertFalse(Files.deleteIfExists(path("/test"))); in testDelete_file()
1022 assertFalse(Files.deleteIfExists(path("/foo/bar"))); in testDelete_file()
1032 assertTrue(Files.deleteIfExists(path("/test"))); in testDelete_file()
1096 assertTrue(Files.deleteIfExists(path("/foo"))); in testDelete_directory()
1136 Files.deleteIfExists(path("/foo")); in testDelete_directory_cantDeleteNonEmptyDirectory()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DFixedLengthBlockOutputStreamTest.java199 Files.deleteIfExists(tempFile); in testWithFileOutputStream()