Searched refs:tmpf (Results 1 – 2 of 2) sorted by relevance
359 …File tmpf = File.createTempFile(getClass().getSimpleName(), suffix, Environment.getExternalStorage… in generateReportFile() local363 bundle.putString(reportKey, tmpf.getCanonicalPath()); in generateReportFile()366 out = new FileOutputStream(tmpf); in generateReportFile()
371 File tmpf = new File(tmp, f); in pushBitstreams() local372 new File(tmpf.getParent()).mkdirs(); in pushBitstreams()373 FileUtil.copyFile(new File(mHostBitstreamsPath, f), tmpf); in pushBitstreams()