HomeSort by relevance Sort by last modified time
    Searched full:dl_handle (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.c 42 static void *dl_handle = NULL; variable
86 dl_handle = h;
126 return dl_handle;
  /external/mesa3d/src/glx/apple/
apple_cgl.c 42 static void *dl_handle = NULL; variable
86 dl_handle = h;
126 return dl_handle;
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_corewlan_mac.mm 82 void* dl_handle = dlopen([[bundle_ executablePath] fileSystemRepresentation],
84 if (dl_handle) {
85 NSString* key = *reinterpret_cast<NSString**>(dlsym(dl_handle,
90 // "Leak" dl_handle rather than dlclose it, to ensure |merge_key_|
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 213 eap_methods->dl_handle = handle;
245 if (m == NULL || m->dl_handle == NULL)
253 handle = m->dl_handle;
356 handle = m->dl_handle;
eap_i.h 243 * dl_handle - Handle for the dynamic library
249 void *dl_handle; member in struct:eap_method

Completed in 353 milliseconds