HomeSort by relevance Sort by last modified time
    Searched refs:sharedLibraryDir (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 55 * @param sharedLibraryDir directory for libraries to be copied to
59 public static int copyNativeBinariesIfNeededLI(File apkFile, File sharedLibraryDir) {
62 return nativeCopyNativeBinaries(apkFile.getPath(), sharedLibraryDir.getPath(), cpuAbi,
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 411 final File sharedLibraryDir = new File(newCachePath, LIB_DIR_NAME);
412 if (sharedLibraryDir.mkdir()) {
413 int ret = NativeLibraryHelper.copyNativeBinariesIfNeededLI(codeFile, sharedLibraryDir);
415 Slog.e(TAG, "Could not copy native libraries to " + sharedLibraryDir.getPath());
420 Slog.e(TAG, "Could not create native lib directory: " + sharedLibraryDir.getPath());
    [all...]

Completed in 62 milliseconds