Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DScannerTest.java253 Path existentFilePath = Files.createTempFile("TestFileForScanner", ".tmp"); in test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception() local
270 s = new Scanner(existentFilePath, "invalid charset"); in test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception()
294 try (Scanner s = new Scanner(existentFilePath, null)) { in test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception()