Home | History | Annotate | Download | only in provider

Lines Matching refs:tmpFile

41     private File tmpFile;
66 tmpFile = File.createTempFile("test", "");
69 tmpFile.delete();
75 tmpFile = File.createTempFile("test", "");
81 tmpFile.delete();
129 return getPubkeyBlacklist(tmpFile.getCanonicalPath());
133 return getSerialBlacklist(tmpFile.getCanonicalPath());
137 FileOutputStream out = new FileOutputStream(tmpFile);
179 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(),
195 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(),