Searched refs:sourcePath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathCache.cpp91 const SkPath* sourcePath = path->getSourcePath(); local
92 if (sourcePath && sourcePath->getGenerationID() == path->getGenerationID()) {
93 path = const_cast<SkPath*>(sourcePath);
/frameworks/base/tools/aapt/
H A DCrunchCache.h32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
40 * It goes through all the files found in the sourcePath and compares
H A DCrunchCache.cpp18 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) argument
19 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff)
42 // and offset our beginning pointer to the length of the sourcePath

Completed in 245 milliseconds