Searched refs:sourcePath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt/ |
D | CrunchCache.cpp | 18 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache() argument 19 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff) in CrunchCache()
|
D | CrunchCache.h | 32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
|
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
D | DefaultContainerService.java | 376 private void copyFile(String sourcePath, IParcelFileDescriptorFactory target, String targetName) in copyFile() argument 378 Slog.d(TAG, "Copying " + sourcePath + " to " + targetName); in copyFile() 382 in = new FileInputStream(sourcePath); in copyFile() 392 private void copyFile(String sourcePath, File targetDir, String targetName, in copyFile() argument 394 final File sourceFile = new File(sourcePath); in copyFile()
|
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 412 const SkPath* sourcePath = path->getSourcePath(); in getSourcePath() local 413 if (sourcePath && sourcePath->getGenerationID() == path->getGenerationID()) { in getSourcePath() 414 return const_cast<SkPath*>(sourcePath); in getSourcePath()
|