Home
last modified time | relevance | path

Searched refs:LIB64_DIR_NAME (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageAbiHelperImpl.java25 import static com.android.internal.content.NativeLibraryHelper.LIB64_DIR_NAME;
169 final String libDir = is64Bit ? LIB64_DIR_NAME : LIB_DIR_NAME; in deriveNativeLibraryPaths()
174 final String secondaryLibDir = is64Bit ? LIB_DIR_NAME : LIB64_DIR_NAME; in deriveNativeLibraryPaths()
238 (new File(apkRoot, new File(LIB64_DIR_NAME, apkName).getPath())).exists(); in getBundledAppAbi()
H A DPackageInstallerSession.java3369 new File(packageInstallDir, NativeLibraryHelper.LIB64_DIR_NAME)};
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java65 public static final String LIB64_DIR_NAME = "lib64"; field in NativeLibraryHelper