Home | History | Annotate | Download | only in io

Lines Matching refs:lfile

1027         File lfile = new File("some filename"); // Lower case
1029 if (mfile.equals(lfile)) {
1030 assertTrue("Assert 0: wrong hashcode", mfile.hashCode() == lfile
1033 assertFalse("Assert 1: wrong hashcode", mfile.hashCode() == lfile