Searched refs:sourcePath (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt/ |
D | CrunchCache.cpp | 19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache() argument 20 : 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/services/core/java/com/android/server/pm/ |
D | PackageManagerServiceUtils.java | 869 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()
|