Searched defs:gio_handle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DGnomeFileTypeDetector.c90 void* gio_handle; local
92 gio_handle = dlopen("libgio-2.0.so", RTLD_LAZY);
93 if (gio_handle == NULL) {
94 gio_handle = dlopen("libgio-2.0.so.0", RTLD_LAZY);
95 if (gio_handle == NULL) {
100 g_type_init = (g_type_init_func)dlsym(gio_handle, "g_type_init");
103 g_object_unref = (g_object_unref_func)dlsym(gio_handle, "g_object_unref");
106 (g_file_new_for_path_func)dlsym(gio_handle, "g_file_new_for_path");
109 (g_file_query_info_func)dlsym(gio_handle, "g_file_query_info");
112 dlsym(gio_handle, "g_file_info_get_content_typ
[all...]

Completed in 28 milliseconds