Searched refs:mSourcePath (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() 48 const char* rPathPtr = mSourceFiles.keyAt(0).c_str()+mSourcePath.length(); in crunch() 56 cu->processImage(appendPathCopy(mSourcePath, relativePath), in crunch() 90 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw); in loadFiles() 103 time_t sourceDate = mSourceFiles.valueFor(appendPathCopy(mSourcePath, relativePath)); in needsUpdating()
|
D | CrunchCache.h | 88 String8 mSourcePath; variable
|