Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DScannerTest.java145 Path nonExistentFilePath = Paths.get("testPath"); in test_ConstructorLjava_nio_file_Path_Exception() local
146 try (Scanner s = new Scanner(nonExistentFilePath)) { in test_ConstructorLjava_nio_file_Path_Exception()
252 Path nonExistentFilePath = Paths.get("nonExistentFile"); in test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception() local
256 try (Scanner s = new Scanner(nonExistentFilePath, Charset.defaultCharset().name())) { in test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception()
263 s = new Scanner(nonExistentFilePath, null); in test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception()