Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCrunchCache.cpp19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache() argument
20 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff) in CrunchCache()
DCrunchCache.h32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java869 private static void copyFile(String sourcePath, File targetDir, String targetName) in copyFile() argument
874 Slog.d(TAG, "Copying " + sourcePath + " to " + targetName); in copyFile()
882 source = new FileInputStream(sourcePath); in copyFile()