Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgdir.h39 #define g_dir_open g_dir_open_utf8
Dgdir.c162 retval = g_dir_open_utf8 (utf8_path, flags, error); in g_dir_open()
Dgaliasdef.c764 #undef g_dir_open_utf8
765 extern __typeof (g_dir_open_utf8) g_dir_open_utf8 __attribute((alias("IA__g_dir_open_utf8"), visibi…
Dgalias.h757 extern __typeof (g_dir_open_utf8) IA__g_dir_open_utf8 __attribute((visibility("hidden")));
758 #define g_dir_open_utf8 IA__g_dir_open_utf8 macro