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

/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java169 * @param sharedLibraryDir directory for libraries to be copied to
173 public static int copyNativeBinaries(Handle handle, File sharedLibraryDir, String abi) { argument
175 int res = nativeCopyNativeBinaries(apkHandle, sharedLibraryDir.getPath(), abi,

Completed in 38 milliseconds