Searched refs:tempFile (Results 1 – 4 of 4) sorted by relevance
133 … final java.io.File tempFile = java.io.File.createTempFile( _registrationName + "_", ".odb" ); in registerAs() local134 if ( tempFile.exists() ) in registerAs()138 tempFile.delete(); in registerAs()139 String localPart = tempFile.toURI().toURL().toString(); in registerAs()
106 File tempFile = File.createTempFile( "xmlforms", ".odt" ); in before() local107 tempFile.deleteOnExit(); in before()108 String fileURL = tempFile.toURL().toExternalForm(); in before()
251 const OUString tempFile = folderUrl.copy(0, folderUrl.getLength() - 1); in deleteTempFolder() local252 erase_path( tempFile, Reference<XCommandEnvironment>(), in deleteTempFolder()
588 OUString tempFile = m_sDownloadFolder.copy(0, m_sDownloadFolder.getLength() - 1); in removeTempDownloads() local589 dp_misc::erase_path(tempFile, cssu::Reference<css::ucb::XCommandEnvironment>(),false); in removeTempDownloads()
Completed in 27 milliseconds