Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/qa/complex/dbaccess/
H A DTestCase.java100 protected final String copyToTempFile( String _sourceURL ) throws IOException in copyToTempFile() argument
105 … FileTools.copyFile( new File( new URI( _sourceURL ) ), new File( new URI( targetURL ) ) ); in copyToTempFile()