Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/xml/
DNodeTest.java49 File file = Support_Resources.resourceToTempFile("/simple.xml"); in testGetBaseUri()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DDocumentBuilderTest.java228 File f = Support_Resources.resourceToTempFile("/simple.xml"); in testGetBaseURI()
241 File f = Support_Resources.resourceToTempFile("/simple.xml"); in test_parseLjava_io_File()
283 f = Support_Resources.resourceToTempFile("/wrong.xml"); in test_parseLjava_io_File()
/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java180 public static File resourceToTempFile(String path) throws IOException { in resourceToTempFile() method in Support_Resources