Searched refs:tmpdir (Results 1 – 3 of 3) sorted by relevance
49 private static final Path tmpdir = field in TempFileHelper92 dir = tmpdir; in create()142 if (dir == tmpdir && sm != null) in create()
468 String tmpdir = System.getProperty("java.io.tmpdir"); in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ() local469 assertNotNull(tmpdir); in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ()470 final File copyFile = copyFile(srcFile, tmpdir); in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ()472 new URL[] { new File(tmpdir).toURL() }, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ()
1985 File tmpdir = (directory != null) ? directory in createTempFile() local1990 f = TempDirectory.generateFile(prefix, suffix, tmpdir); in createTempFile()