Searched refs:LIB_DIR_NAME (Results 1 – 4 of 4) sorted by relevance
26 import static com.android.internal.content.NativeLibraryHelper.LIB_DIR_NAME;168 final String libDir = is64Bit ? LIB64_DIR_NAME : LIB_DIR_NAME; in deriveNativeLibraryPaths()173 final String secondaryLibDir = is64Bit ? LIB_DIR_NAME : LIB64_DIR_NAME; in deriveNativeLibraryPaths()190 nativeLibraryRootDir = new File(codeFile, LIB_DIR_NAME).getAbsolutePath(); in deriveNativeLibraryPaths()238 has32BitLibs = (new File(apkRoot, new File(LIB_DIR_NAME, apkName).getPath())).exists(); in getBundledAppAbi()241 final File rootDir = new File(codeFile, LIB_DIR_NAME); in getBundledAppAbi()
3146 new File(packageInstallDir, NativeLibraryHelper.LIB_DIR_NAME), in validateApkInstallLocked()3593 final File libDir = new File(packageDir, NativeLibraryHelper.LIB_DIR_NAME); in extractNativeLibraries()
114 import static com.android.internal.content.NativeLibraryHelper.LIB_DIR_NAME;8065 final File libraryRoot = new File(dstCodePath, LIB_DIR_NAME); in decompressPackage()18723 final File libraryRoot = new File(codeFile, LIB_DIR_NAME); in doCopyApk()
64 public static final String LIB_DIR_NAME = "lib"; field in NativeLibraryHelper