Home
last modified time | relevance | path

Searched defs:libraryRoot (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java319 public static int copyNativeBinariesForSupportedAbi(Handle handle, File libraryRoot, in copyNativeBinariesForSupportedAbi()
372 public static int copyNativeBinariesWithOverride(Handle handle, File libraryRoot, in copyNativeBinariesWithOverride()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstallingSession.java337 final File libraryRoot = new File(request.getCodeFile(), LIB_DIR_NAME); in copyApkForFileInstall() local
H A DPackageManagerServiceUtils.java756 final File libraryRoot = new File(dstCodePath, LIB_DIR_NAME); in extractNativeBinaries() local