Home | History | Annotate | Download | only in core

Lines Matching refs:tmpDir

1004         String tmpDir = System.getProperty("java.io.tmpdir");
1005 if (tmpDir == null) {
1006 fail("Please set 'java.io.tmpdir' system property.");
1008 File cacheDir = new File(tmpDir