Searched refs:mDestPath (Results 1 – 2 of 2) sorted by relevance
20 : 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()
89 String8 mDestPath; variable