Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DNoSuchFileExceptionTest.java23 import java.nio.file.NoSuchFileException;
28 NoSuchFileException exception = new NoSuchFileException("file"); in test_constructor$String()
37 NoSuchFileException exception = new NoSuchFileException("file", "otherFile", "reason"); in test_constructor$String$String$String()
78 NoSuchFileException exception = (NoSuchFileException) SerializationTester in test_serialization()
DDefaultFileSystemProviderTest.java35 import java.nio.file.NoSuchFileException;
179 } catch (NoSuchFileException expected) { in test_newOutputStream_openOption_APPEND()
200 } catch (NoSuchFileException expected) { in test_newOutputStream_openOption_TRUNCATE()
221 } catch (NoSuchFileException expected) { in test_newOutputStream_openOption_WRITE()
296 } catch (NoSuchFileException expected) { in test_newByteChannel()
332 } catch (NoSuchFileException expected) { in test_newByteChannel_openOption_WRITE()
546 } catch (NoSuchFileException expected) { in test_delete()
646 } catch (NoSuchFileException expected) { in test_copy()
791 } catch (NoSuchFileException expected) { in test_newDirectoryStream$Filter_Exception()
DDefaultFileSystemProvider2Test.java35 import java.nio.file.NoSuchFileException;
118 } catch (NoSuchFileException expected) {} in test_move()
248 } catch (NoSuchFileException expected) {} in test_isSameFile()
351 } catch (NoSuchFileException expected) {} in test_readAttributes()
376 } catch (NoSuchFileException expected) {} in test_setAttribute()
509 } catch (NoSuchFileException expected) {} in test_newFileChannel_NoSuchFileException()
DDefaultSecureDirectoryStreamTest.java34 import java.nio.file.NoSuchFileException;
212 } catch (NoSuchFileException expected) { in test_newByteChannel()
282 } catch (NoSuchFileException expected) {} in test_deleteFile()
317 } catch (NoSuchFileException expected) {} in test_deleteDirectory()
DFiles2Test.java47 import java.nio.file.NoSuchFileException;
199 } catch (NoSuchFileException expected) {} in test_getAttribute()
370 } catch (NoSuchFileException expected) {} in test_getLastModifiedTime()
399 } catch (NoSuchFileException expected) {} in test_setLastModifiedTime()
426 } catch (NoSuchFileException expected) {} in test_size()
949 } catch (NoSuchFileException expected) {} in test_lines$Path$Charset()
989 } catch (NoSuchFileException expected) {} in test_lines$Path()
1030 } catch (NoSuchFileException expected) {} in test_list()
1055 } catch (NoSuchFileException expected) {} in test_newBufferedReader()
1172 } catch (NoSuchFileException expected) { in test_newByteChannel()
[all …]
DFilesTest.java37 import java.nio.file.NoSuchFileException;
275 } catch (NoSuchFileException expected) { in test_newDirectoryStream_Exception()
333 } catch (NoSuchFileException expected) { in test_newDirectoryStream$Path$String_Exception()
DLinuxPathTest.java34 import java.nio.file.NoSuchFileException;
326 } catch (NoSuchFileException expected) {} in test_toRealPath()
/libcore/ojluni/src/main/java/java/nio/file/
DNoSuchFileException.java35 public class NoSuchFileException class
46 public NoSuchFileException(String file) { in NoSuchFileException() method in NoSuchFileException
60 public NoSuchFileException(String file, String other, String reason) { in NoSuchFileException() method in NoSuchFileException
DFiles.java748 } catch (NoSuchFileException x) {
2442 } catch (NoSuchFileException x) {
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousFileChannelTest.java34 import java.nio.file.NoSuchFileException;
101 } catch (NoSuchFileException expected) { in testOpen_nonexistent()
107 } catch (NoSuchFileException expected) { in testOpen_nonexistent()
118 } catch (NoSuchFileException expected) { in testOpen_nonexistent()
125 } catch (NoSuchFileException expected) { in testOpen_nonexistent()
131 } catch (NoSuchFileException expected) { in testOpen_nonexistent()
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixException.java86 return new NoSuchFileException(file, other, null); in translateToIOException()
/libcore/ojluni/src/main/java/java/util/logging/
DFileHandler.java43 import java.nio.file.NoSuchFileException;
474 } catch (NoSuchFileException x) { in openFiles()
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileSystemProvider.java741 } catch (NoSuchFileException ignore) { in deleteIfExists()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DScannerTest.java50 import java.nio.file.NoSuchFileException;
148 } catch (NoSuchFileException expected) { in test_ConstructorLjava_nio_file_Path_Exception()
258 } catch (NoSuchFileException expected) { in test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception()
/libcore/
Dopenjdk_java_files.mk469 ojluni/src/main/java/java/nio/file/NoSuchFileException.java \