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

  /external/libchrome/base/
native_library_posix.cc 38 void UnloadNativeLibrary(NativeLibrary library) {
native_library.h 69 // Loads a native library from disk. Release it with UnloadNativeLibrary when
76 // Loads a native library from disk. Release it with UnloadNativeLibrary when
86 BASE_EXPORT void UnloadNativeLibrary(NativeLibrary library);

Completed in 265 milliseconds