Home
last modified time | relevance | path

Searched refs:mDestPath (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()
56 mDestPath.appendPathCopy(relativePath)); in crunch()
63 mDestFiles.removeItem(mDestPath.appendPathCopy(relativePath)); in crunch()
92 mFileFinder->findFiles(mDestPath,mExtensions,mDestFiles,dw); in loadFiles()
103 time_t destDate = mDestFiles.valueFor(mDestPath.appendPathCopy(relativePath)); in needsUpdating()
DCrunchCache.h89 String8 mDestPath; variable