Searched refs:tempDir (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/common/
H A DUtil.java142 File tempDir = new File(userHome + File.separator + ".glassfish3-"+embeddedServerName+File.separator + "config");
144 if (!tempDir.exists()) {
145 mkDirSuccess = tempDir.mkdirs();
148 localFile = new File(tempDir.getAbsolutePath()+File.separator + fileName);
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/servlet/
H A DClientStubsContentSource.java97 String tempDir = System.getProperty("java.io.tmpdir");
99 String filePath = tempDir + System.getProperty("file.separator") + fileName;
H A DLBConfigContentSource.java105 String tempDir = System.getProperty("java.io.tmpdir");
107 String slbFile = tempDir + System.getProperty("file.separator") + lbFileName;
H A DLogFilesContentSource.java98 String tempDir = System.getProperty("java.io.tmpdir");
100 String filePath = tempDir + System.getProperty("file.separator") + fileName;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/
H A DPartItem.java624 File tempDir = repository;
625 if (tempDir == null) {
626 tempDir = new File(System.getProperty("java.io.tmpdir"));
632 tempFile = new File(tempDir, tempFileName);
/glassfish-3.1.2/deployment/common/src/test/java/com/sun/enterprise/deploy/shared/
H A DFileArchiveTest.java130 archiveDir = tempDir();
141 private File tempDir() throws IOException { method in class:FileArchiveTest
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/servlets/
H A DDefaultServlet.java589 File tempDir = (File) getServletContext().getAttribute(
593 File contentFile = new File(tempDir, convertedResourcePath);

Completed in 32 milliseconds