HomeSort by relevance Sort by last modified time
    Searched full:keepset (Results 1 - 1 of 1) sorted by null

  /external/quake/src/com/android/quake/
DownloaderActivity.java 477 HashSet<String> keepSet = new HashSet<String>();
478 keepSet.add(localConfigFile.getCanonicalPath());
487 recursiveFilter(mDataDir, fileMap, keepSet, false);
498 HashSet<String> keepSet, boolean filterBase)
503 result &= recursiveFilter(child, fileMap, keepSet, true);
512 if (!shouldKeepFile(base, fileMap, keepSet)) {
522 HashSet<String> keepSet)
525 if (keepSet.contains(canonicalPath)) {
    [all...]

Completed in 176 milliseconds