Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCrunchCache.cpp21 : 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()
DCrunchCache.h89 String8 mDestPath; variable