Home
last modified time | relevance | path

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

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/openers/
DRecursiveDeleteOpenerTest.java128 Uri undeletableFile = Uri.withAppendedPath(dir, "subDir/b"); in open_suppressesExceptionsUntilEnd() local
130 storage.open(undeletableFile, WriteStringOpener.create("a")); in open_suppressesExceptionsUntilEnd()
134 doThrow(IOException.class).when(spyBackend).deleteFile(undeletableFile); in open_suppressesExceptionsUntilEnd()
143 assertThat(storage.exists(undeletableFile)).isTrue(); in open_suppressesExceptionsUntilEnd()