HomeSort by relevance Sort by last modified time
    Searched defs:deleteIfExists (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractFileSystemProvider.java 107 public final boolean deleteIfExists(Path file) throws IOException {
  /libcore/ojluni/src/main/java/java/nio/file/spi/
FileSystemProvider.java 713 * specified by the {@link Files#deleteIfExists} method.
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/file/
FilesTest.java 377 when(mockFileSystemProvider.deleteIfExists(mockPath)).thenReturn(true);
378 assertTrue(Files.deleteIfExists(mockPath));
379 verify(mockFileSystemProvider).deleteIfExists(mockPath);
DefaultFileSystemProviderTest.java 477 Files.deleteIfExists(filesSetup.getTestPath());
577 assertTrue(Files.deleteIfExists(filesSetup.getDataFilePath()));
581 assertFalse(Files.deleteIfExists(filesSetup.getTestPath()));
586 assertTrue(Files.deleteIfExists(dirPath));
593 provider.deleteIfExists(dirPath);
601 provider.deleteIfExists(null);
682 Files.deleteIfExists(filesSetup.getTestPath());
688 Files.deleteIfExists(filesSetup.getTestPath());
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 404 deleteIfExists(journalFileTmp);
414 deleteIfExists(entry.getCleanFile(t));
415 deleteIfExists(entry.getDirtyFile(t));
455 private static void deleteIfExists(File file) throws IOException {
593 deleteIfExists(dirty);
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 404 deleteIfExists(journalFileTmp);
414 deleteIfExists(entry.getCleanFile(t));
415 deleteIfExists(entry.getDirtyFile(t));
455 private static void deleteIfExists(File file) throws IOException {
593 deleteIfExists(dirty);
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 404 deleteIfExists(journalFileTmp);
414 deleteIfExists(entry.getCleanFile(t));
415 deleteIfExists(entry.getDirtyFile(t));
455 private static void deleteIfExists(File file) throws IOException {
593 deleteIfExists(dirty);
    [all...]
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 325 deleteIfExists(journalFileTmp);
335 deleteIfExists(entry.getCleanFile(t));
336 deleteIfExists(entry.getDirtyFile(t));
386 private static void deleteIfExists(File file) throws IOException {
394 deleteIfExists(to);
533 deleteIfExists(dirty);
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/
disklrucache-SNAPSHOT.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/jdk/jdk9/darwin-x86/lib/
jrt-fs.jar 
  /prebuilts/jdk/jdk9/linux-x86/lib/
jrt-fs.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.4.0-alpha1/
common-24.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.4.0-beta3/
common-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.4.0-beta5/
common-24.4.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.4.0-beta6/
common-24.4.0-beta6.jar 
  /prebuilts/devtools/tools/lib/
repository.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.5.0/
common-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0/
common-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha1/
common-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha3/
common-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha5/
common-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha7/
common-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha9/
common-25.0.0-alpha9.jar 

Completed in 366 milliseconds

1 2 3 4