Searched refs:g_io_channel_new_file (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/glib/gio/inotify/
H A Dinotify-diag.c49 ioc = g_io_channel_new_file (fname, "w", NULL);
/external/bluetooth/glib/tests/
H A Diochannel-test.c23 io = g_io_channel_new_file ("iochannel-test-outfile", "w", &error);
75 gio_r = g_io_channel_new_file (filename, "r", &gerr);
82 gio_w = g_io_channel_new_file ("iochannel-test-outfile", "w", &gerr);
H A Dunicode-collate.c79 in = g_io_channel_new_file (argv[i], "r", &error);
H A Dunicode-normalize.c159 in = g_io_channel_new_file (argv[1], "r", &error);
/external/bluetooth/glib/glib/
H A Dgiochannel.h268 #define g_io_channel_new_file g_io_channel_new_file_utf8 macro
271 GIOChannel* g_io_channel_new_file (const gchar *filename,
H A Dgiounix.c441 g_io_channel_new_file (const gchar *filename, function
H A Dgaliasdef.c1151 #undef g_io_channel_new_file macro
1152 extern __typeof (g_io_channel_new_file) g_io_channel_new_file __attribute((alias("IA__g_io_channel_new_file"), visibility("default")));
1167 #undef g_io_channel_new_file macro
1168 extern __typeof (g_io_channel_new_file) g_io_channel_new_file __attribute((alias("IA__g_io_channel_new_file"), visibility("default")));
H A Dgalias.h1144 extern __typeof (g_io_channel_new_file) IA__g_io_channel_new_file __attribute((visibility("hidden")));
1145 #define g_io_channel_new_file IA__g_io_channel_new_file macro
1160 extern __typeof (g_io_channel_new_file) IA__g_io_channel_new_file __attribute((visibility("hidden")));
1161 #define g_io_channel_new_file IA__g_io_channel_new_file macro

Completed in 51 milliseconds