Searched refs:destFile (Results 1 – 1 of 1) sorted by relevance
870 File destFile = new File(mDataDir, dest); in download() local877 return destFile; in download()914 File destFile = new File(mDataDir, dest); in openOutput() local915 File parent = destFile.getParentFile(); in openOutput()923 FileOutputStream os = new FileOutputStream(destFile, append); in openOutput()