Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSetting.java116 private String legacyNativeLibraryPath; field in PackageSetting
211 String legacyNativeLibraryPath, String primaryCpuAbi,
228 this.legacyNativeLibraryPath = legacyNativeLibraryPath;
639 legacyNativeLibraryPath = other.legacyNativeLibraryPath;
1311 this.legacyNativeLibraryPath = legacyNativeLibraryPathString;
1468 return legacyNativeLibraryPath;
H A DSettings.java1043 File codePath, String legacyNativeLibraryPath, String primaryCpuAbi,
1056 .setLegacyNativeLibraryPath(legacyNativeLibraryPath)
1077 legacyNativeLibraryPath, primaryCpuAbi, secondaryCpuAbi,
1189 @NonNull File codePath, @Nullable String legacyNativeLibraryPath,
1238 pkgSetting.setLegacyNativeLibraryPath(legacyNativeLibraryPath);