Searched refs:legacyNativeLibraryPath (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageSetting.java | 116 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 D | Settings.java | 1043 File codePath, String legacyNativeLibraryPath, String primaryCpuAbi, 1056 .setLegacyNativeLibraryPath(legacyNativeLibraryPath) 1077 legacyNativeLibraryPath, primaryCpuAbi, secondaryCpuAbi, 1189 @NonNull File codePath, @Nullable String legacyNativeLibraryPath, 1238 pkgSetting.setLegacyNativeLibraryPath(legacyNativeLibraryPath);
|