Home
last modified time | relevance | path

Searched refs:g_file_open_tmp_utf8 (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
Dgfileutils.h84 #define g_file_open_tmp g_file_open_tmp_utf8
Dgfileutils.c1949 retval = g_file_open_tmp_utf8 (utf8_tmpl, &utf8_name_used, error); in g_file_open_tmp()
Dgaliasdef.c867 #undef g_file_open_tmp_utf8
868 extern __typeof (g_file_open_tmp_utf8) g_file_open_tmp_utf8 __attribute((alias("IA__g_file_open_tmp…
Dgalias.h860 extern __typeof (g_file_open_tmp_utf8) IA__g_file_open_tmp_utf8 __attribute((visibility("hidden")));
861 #define g_file_open_tmp_utf8 IA__g_file_open_tmp_utf8 macro