Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageParser.java554 public static String parsePackageName(String packageFilePath, int flags) { in parsePackageName() argument
559 int cookie = assmgr.addAssetPath(packageFilePath); in parsePackageName()
564 + packageFilePath, e); in parsePackageName()
573 Log.w(TAG, packageFilePath, e); in parsePackageName()
575 Log.w(TAG, packageFilePath, e); in parsePackageName()