Home
last modified time | relevance | path

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

/aoo41x/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java315 File tempFolderFile = new File(tempFolder); in downloadFile() local
316 if (!tempFolderFile.exists()) { in downloadFile()
317 tempFolderFile.mkdir(); in downloadFile()
/aoo41x/test/testgui/source/bvt/gui/
H A DFileExport.java138 File tempFolderFile = new File(newpath); in getrealoutpath() local
139 if (!tempFolderFile.exists()) { in getrealoutpath()
140 tempFolderFile.mkdirs(); in getrealoutpath()

Completed in 13 milliseconds