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

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DGnomeFileTypeDetector.c66 static g_file_new_for_path_func g_file_new_for_path; variable
105 g_file_new_for_path =
106 (g_file_new_for_path_func)dlsym(gio_handle, "g_file_new_for_path");
117 g_file_new_for_path == NULL ||
138 gfile = (*g_file_new_for_path)(path);

Completed in 28 milliseconds