Searched defs:sourcePath (Results 1 - 3 of 3) 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/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java379 private void copyFile(String sourcePath, IParcelFileDescriptorFactory target, String targetName) argument
381 Slog.d(TAG, "Copying " + sourcePath + " to " + targetName);
385 in = new FileInputStream(sourcePath);
395 private void copyFile(String sourcePath, File targetDir, String targetName, argument
397 final File sourceFile = new File(sourcePath);
/frameworks/base/libs/hwui/
H A DPathCache.cpp412 const SkPath* sourcePath = path->getSourcePath(); local
413 if (sourcePath && sourcePath->getGenerationID() == path->getGenerationID()) {
414 return const_cast<SkPath*>(sourcePath);

Completed in 3286 milliseconds