Searched refs:sharedLibraryDir (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java55 * @param sharedLibraryDir directory for libraries to be copied to
59 public static int copyNativeBinariesIfNeededLI(File apkFile, File sharedLibraryDir) { argument
62 return nativeCopyNativeBinaries(apkFile.getPath(), sharedLibraryDir.getPath(), cpuAbi,
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java403 final File sharedLibraryDir = new File(newCachePath, LIB_DIR_NAME);
404 if (sharedLibraryDir.mkdir()) {
405 int ret = NativeLibraryHelper.copyNativeBinariesIfNeededLI(codeFile, sharedLibraryDir);
407 Slog.e(TAG, "Could not copy native libraries to " + sharedLibraryDir.getPath());
412 Slog.e(TAG, "Could not create native lib directory: " + sharedLibraryDir.getPath());

Completed in 129 milliseconds