Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCrunchCache.cpp20 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff) in CrunchCache()
41 while (mSourceFiles.size() > 0) { in crunch()
47 const char* rPathPtr = mSourceFiles.keyAt(0).string()+mSourcePath.length(); in crunch()
62 mSourceFiles.removeItemsAt(0); in crunch()
82 mSourceFiles.clear(); in loadFiles()
89 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw); in loadFiles()
102 time_t sourceDate = mSourceFiles.valueFor(mSourcePath.appendPathCopy(relativePath)); in needsUpdating()
DCrunchCache.h95 DefaultKeyedVector<String8,time_t> mSourceFiles; variable