Searched refs:apkName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageAbiHelperImpl.java | 185 final String apkName = deriveCodePathName(codePath); in deriveNativeLibraryPaths() local 188 apkName).getAbsolutePath(); in deriveNativeLibraryPaths() 193 secondaryLibDir, apkName).getAbsolutePath(); in deriveNativeLibraryPaths() 198 final String apkName = deriveCodePathName(codePath); in deriveNativeLibraryPaths() local 199 nativeLibraryRootDir = new File(appLib32InstallDir, apkName) in deriveNativeLibraryPaths() 227 final String apkName = deriveCodePathName(pkg.getPath()); in getBundledAppAbis() local 232 final Abis abis = getBundledAppAbi(pkg, apkRoot, apkName); in getBundledAppAbis() 244 private Abis getBundledAppAbi(AndroidPackage pkg, String apkRoot, String apkName) { in getBundledAppAbi() argument 255 (new File(apkRoot, new File(LIB64_DIR_NAME, apkName).getPath())).exists(); in getBundledAppAbi() 256 has32BitLibs = (new File(apkRoot, new File(LIB_DIR_NAME, apkName).getPath())).exists(); in getBundledAppAbi()
|
/frameworks/base/core/java/android/os/incremental/ |
D | IncrementalFileStorages.java | 153 final String apkName = apk.name; in addApkFile() local 154 final File targetFile = new File(mStageDir, apkName); in addApkFile() 156 mDefaultStorage.makeFile(apkName, apk.size, 0777, null, apk.metadata, in addApkFile()
|
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 355 final String apkName = path.substring(path.lastIndexOf(File.separator)); in updateApplicationInfo() local 359 if (apkName.equals(oldApkName)) { in updateApplicationInfo()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 7780 for (String apkName : mAdservicesModuleInfo.getApkInApexPackageNames()) { 7781 if (Objects.equals(apkName, pkg)) {
|