Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java6574 final String apkName = deriveCodePathName(codePath); in setNativeLibraryPaths() local
6588 final String apkName = deriveCodePathName(codePath); in setNativeLibraryPaths() local
6619 final String apkName = deriveCodePathName(pkg.applicationInfo.getCodePath()); in setBundledAppAbisAndRoots() local
6645 … private static void setBundledAppAbi(PackageParser.Package pkg, String apkRoot, String apkName) { in setBundledAppAbi()
10055 String apkName = deriveCodePathName(fullPathStr); in ignoreCodePath() local