Searched refs:existentFilePath (Results 1 – 1 of 1) sorted by relevance
253 Path existentFilePath = Files.createTempFile("TestFileForScanner", ".tmp"); in test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception() local270 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()