Searched refs:tempFolder (Results 1 – 1 of 1) sorted by relevance
125 File tempFolder = new File(mContext.getFilesDir(), Backend.TEMP_JOB_FOLDER); in doInBackground() local126 if (!FileUtils.makeDirectory(tempFolder)) { in doInBackground()131 File pdfFile = new File(tempFolder, mJobId + ".pdf"); in doInBackground()