Home
last modified time | relevance | path

Searched refs:destFile (Results 1 – 1 of 1) sorted by relevance

/external/quake/src/com/android/quake/
DDownloaderActivity.java870 File destFile = new File(mDataDir, dest); in download() local
877 return destFile; in download()
914 File destFile = new File(mDataDir, dest); in openOutput() local
915 File parent = destFile.getParentFile(); in openOutput()
923 FileOutputStream os = new FileOutputStream(destFile, append); in openOutput()