Home
last modified time | relevance | path

Searched refs:sourcePath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DCrunchCache.cpp18 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache() argument
19 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff) in CrunchCache()
DCrunchCache.h32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DDefaultContainerService.java376 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/
DPathCache.cpp412 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()