Home
last modified time | relevance | path

Searched defs:sourcePath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DCrunchCache.cpp19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java869 private static void copyFile(String sourcePath, File targetDir, String targetName) in copyFile()