- load(String, int) - Method in interface com.facebook.soloader.SoFileLoader
-
Load the so file from given path.
- LOAD_FLAG_ALLOW_IMPLICIT_PROVISION - Static variable in class com.facebook.soloader.SoSource
-
Allow loadLibrary to implicitly provide the library instead of actually loading it.
- LOAD_FLAG_ALLOW_SOURCE_CHANGE - Static variable in class com.facebook.soloader.SoSource
-
Deprecated.
- LOAD_FLAG_MIN_CUSTOM_FLAG - Static variable in class com.facebook.soloader.SoSource
-
- LOAD_RESULT_CORRUPTED_LIB_FILE - Static variable in class com.facebook.soloader.SoSource
-
This SoSource tried to load the library but it seems that the file is corrupted.
- LOAD_RESULT_IMPLICITLY_PROVIDED - Static variable in class com.facebook.soloader.SoSource
-
This SoSource did not load the library, but verified that the system loader will load it if
some other library depends on it.
- LOAD_RESULT_LOADED - Static variable in class com.facebook.soloader.SoSource
-
This SoSource loaded the given library.
- LOAD_RESULT_NOT_FOUND - Static variable in class com.facebook.soloader.SoSource
-
This SoSource doesn't know how to provide the given library.
- loadLibraries() - Method in class com.facebook.soloader.NativeLibrary
-
safe loading of native libs
- loadLibrary(String, int, StrictMode.ThreadPolicy) - Method in class com.facebook.soloader.ApplicationSoSource
-
- loadLibrary(String, int, StrictMode.ThreadPolicy) - Method in class com.facebook.soloader.DirectorySoSource
-
- loadLibrary(String) - Static method in class com.facebook.soloader.nativeloader.NativeLoader
-
- loadLibrary(String, int) - Static method in class com.facebook.soloader.nativeloader.NativeLoader
-
Load a shared library, initializing any JNI binding it contains.
- loadLibrary(String, int) - Method in interface com.facebook.soloader.nativeloader.NativeLoaderDelegate
-
- loadLibrary(String, int) - Method in class com.facebook.soloader.nativeloader.SystemDelegate
-
- loadLibrary(String, int) - Method in class com.facebook.soloader.NativeLoaderToSoLoaderDelegate
-
- loadLibrary(String, int, StrictMode.ThreadPolicy) - Method in class com.facebook.soloader.NoopSoSource
-
- loadLibrary(String) - Static method in class com.facebook.soloader.SoLoader
-
- loadLibrary(String, int) - Static method in class com.facebook.soloader.SoLoader
-
Load a shared library, initializing any JNI binding it contains.
- loadLibrary(String, int, StrictMode.ThreadPolicy) - Method in class com.facebook.soloader.SoSource
-
Load a shared library library into this process.
- loadLibrary(String) - Method in interface com.facebook.soloader.SystemLoadLibraryWrapper
-
- loadLibrary(String, int, StrictMode.ThreadPolicy) - Method in class com.facebook.soloader.UnpackingSoSource
-
- lock(File) - Static method in class com.facebook.soloader.FileLocker
-