HomeSort by relevance Sort by last modified time
    Searched refs:dlopen (Results 76 - 100 of 445) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /system/extras/f2fs_utils/
f2fs_dlutils.c 55 f2fs_lib = dlopen(F2FS_DYN_LIB, RTLD_NOW);
  /external/lldb/test/functionalities/load_unload/
main.c 26 a_dylib_handle = dlopen (a_name, RTLD_NOW); // Set break point at this line for test_lldb_process_load_and_unload_commands().
42 c_dylib_handle = dlopen (c_name, RTLD_NOW);
55 a_dylib_handle = dlopen (a_name, RTLD_NOW);
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
bench_load_library.cpp 70 // Load the library with dlopen().
74 ScopedTimer timer("dlopen");
75 lib = dlopen(library_path, RTLD_NOW);
78 Panic("Could not load library with dlopen(): %s\n", dlerror());
102 void* sles_lib = dlopen("libOpenSLES.so", RTLD_NOW);
116 void* sys1_lib = dlopen("libandroid.so", RTLD_NOW);
117 void* sys2_lib = dlopen("libjnigraphics.so", RTLD_NOW);
118 void* sys3_lib = dlopen("libOpenSLES.so", RTLD_NOW);
  /ndk/sources/android/crazy_linker/tests/
bench_load_library.cpp 70 // Load the library with dlopen().
74 ScopedTimer timer("dlopen");
75 lib = dlopen(library_path, RTLD_NOW);
78 Panic("Could not load library with dlopen(): %s\n", dlerror());
102 void* sles_lib = dlopen("libOpenSLES.so", RTLD_NOW);
116 void* sys1_lib = dlopen("libandroid.so", RTLD_NOW);
117 void* sys2_lib = dlopen("libjnigraphics.so", RTLD_NOW);
118 void* sys3_lib = dlopen("libOpenSLES.so", RTLD_NOW);
  /hardware/qcom/gps/core/
ContextBase.cpp 48 void* lib = dlopen(libName, RTLD_NOW);
79 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
95 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
  /hardware/qcom/gps/msm8960/core/
ContextBase.cpp 47 void* lib = dlopen(libName, RTLD_NOW);
70 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
82 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);

Completed in 491 milliseconds

1 2 34 5 6 7 8 91011>>