Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DFileTest.java231 File file5 = new File("/", "lib/test_112270.properties"); in test_Constructor_String_String_112270() local
232 assertEquals("wrong result 5", ref2.getPath(), file5.getPath()); in test_Constructor_String_String_112270()
255 File file5 = new File(root, "lib/content-types.properties"); in test_Constructor_File_String_112270() local
256 assertEquals("wrong result 5", ref2.getPath(), file5.getPath()); in test_Constructor_File_String_112270()