Home
last modified time | relevance | path

Searched refs:g_dir_open (Results 1 – 16 of 16) sorted by relevance

/external/bluetooth/glib/glib/
Dgdir.h39 #define g_dir_open g_dir_open_utf8 macro
43 GDir * g_dir_open (const gchar *path,
Dgdir.c78 g_dir_open (const gchar *path, in g_dir_open() function
147 #undef g_dir_open
152 g_dir_open (const gchar *path, in g_dir_open() function
Dgaliasdef.c756 #undef g_dir_open
757 extern __typeof (g_dir_open) g_dir_open __attribute((alias("IA__g_dir_open"), visibility("default")…
Dgalias.h749 extern __typeof (g_dir_open) IA__g_dir_open __attribute((visibility("hidden")));
750 #define g_dir_open IA__g_dir_open macro
/external/bluetooth/bluez/src/
Dplugin.c149 dir = g_dir_open(PLUGINDIR, 0, NULL); in plugin_init()
/external/webkit/WebCore/platform/gtk/
DFileSystemGtk.cpp207 GDir* dir = g_dir_open(filename, 0, 0); in listDirectory()
/external/bluetooth/glib/gio/fen/
Dfen-data.c152 dir = g_dir_open (NODE_NAME(f), 0, &err); in scan_known_children()
194 dir = g_dir_open (NODE_NAME(f), 0, &err); in scan_children()
Dfen-helper.c63 dir = g_dir_open (NODE_NAME(f), 0, &err); in scan_children_init()
/external/bluetooth/glib/gio/
Dglocalfileenumerator.c208 dir = g_dir_open (filename, 0, error != NULL ? &dir_error : NULL); in _g_local_file_enumerator_new()
Dgiomodule.c252 dir = g_dir_open (dirname, 0, NULL); in g_io_modules_load_all_in_directory()
Dgdesktopappinfo.c1979 dir = g_dir_open (dirname, 0, NULL); in get_apps_from_dir()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1101 g_dir_open
/external/bluetooth/glib/
DChangeLog.pre-2-81305 * glib/gdir.c (g_dir_open): Typo fix.
DChangeLog.pre-2-21114 * glib/gdir.c (g_dir_open): Typo fix in docs.
DChangeLog.pre-2-61381 * glib/gdir.c (g_dir_open): Convert filename to UTF-8
DChangeLog.pre-2-0369 * glib/gdir.c: g_dir_open: added g_return_val_if_fail() to prevent