Searched defs:sourcePath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
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
/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);

Completed in 57 milliseconds