Home
last modified time | relevance | path

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

/external/quake/src/com/android/quake/
DDownloaderActivity.java430 mDataDir = new File(mDataPath); in run()
471 File filteredFile = new File(mDataDir, LOCAL_FILTERED_FILE); in filter()
476 File localConfigFile = new File(mDataDir, LOCAL_CONFIG_FILE_TEMP); in filter()
484 new File(mDataDir, file.dest).getCanonicalPath(); in filter()
487 recursiveFilter(mDataDir, fileMap, keepSet, false); in filter()
553 if (mDataDir.exists()) { in getConfig()
554 config = getLocalConfig(mDataDir, LOCAL_CONFIG_FILE_TEMP); in getConfig()
567 mDataDir.mkdirs(); in getConfig()
568 mDataDir.mkdir(); in getConfig()
569 if (!mDataDir.exists()) { in getConfig()
[all …]