Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageSetting.java154 private String legacyNativeLibraryPath; field in PackageSetting
701 legacyNativeLibraryPath = other.legacyNativeLibraryPath;
1527 this.legacyNativeLibraryPath = legacyNativeLibraryPathString;
1717 return legacyNativeLibraryPath;
DSettings.java1045 File codePath, String legacyNativeLibraryPath, String primaryCpuAbi,
1059 .setLegacyNativeLibraryPath(legacyNativeLibraryPath)
1089 .setLegacyNativeLibraryPath(legacyNativeLibraryPath)
1205 @NonNull File codePath, @Nullable String legacyNativeLibraryPath,
1257 pkgSetting.setLegacyNativeLibraryPath(legacyNativeLibraryPath);