Searched refs:mSourceFiles (Results 1 – 2 of 2) sorted by relevance
21 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff) in CrunchCache()42 while (mSourceFiles.size() > 0) { in crunch()48 const char* rPathPtr = mSourceFiles.keyAt(0).c_str()+mSourcePath.length(); in crunch()63 mSourceFiles.removeItemsAt(0); in crunch()83 mSourceFiles.clear(); in loadFiles()90 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw); in loadFiles()103 time_t sourceDate = mSourceFiles.valueFor(appendPathCopy(mSourcePath, relativePath)); in needsUpdating()
95 DefaultKeyedVector<String8,time_t> mSourceFiles; variable