Searched refs:mSourceFiles (Results 1 – 2 of 2) sorted by relevance
19 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff) in CrunchCache()40 while (mSourceFiles.size() > 0) { in crunch()46 const char* rPathPtr = mSourceFiles.keyAt(0).string()+mSourcePath.length(); in crunch()61 mSourceFiles.removeItemsAt(0); in crunch()81 mSourceFiles.clear(); in loadFiles()88 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw); in loadFiles()101 time_t sourceDate = mSourceFiles.valueFor(mSourcePath.appendPathCopy(relativePath)); in needsUpdating()
95 DefaultKeyedVector<String8,time_t> mSourceFiles; variable