Searched refs:mDestPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | CrunchCache.cpp | 21 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff) in CrunchCache() 57 appendPathCopy(mDestPath, relativePath)); in crunch() 64 mDestFiles.removeItem(appendPathCopy(mDestPath, relativePath)); in crunch() 93 mFileFinder->findFiles(mDestPath,mExtensions,mDestFiles,dw); in loadFiles() 104 time_t destDate = mDestFiles.valueFor(appendPathCopy(mDestPath, relativePath)); in needsUpdating()
|
D | CrunchCache.h | 89 String8 mDestPath; variable
|