HomeSort by relevance Sort by last modified time
    Searched refs:g_io_channel_new_file (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/glib/gio/inotify/
inotify-diag.c 49 ioc = g_io_channel_new_file (fname, "w", NULL);
  /external/bluetooth/glib/tests/
iochannel-test.c 23 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);
unicode-collate.c 79 in = g_io_channel_new_file (argv[i], "r", &error);
unicode-normalize.c 159 in = g_io_channel_new_file (argv[1], "r", &error);
  /external/bluetooth/glib/glib/
giochannel.h 268 #define g_io_channel_new_file g_io_channel_new_file_utf8 macro
271 GIOChannel* g_io_channel_new_file (const gchar *filename,
giounix.c 441 g_io_channel_new_file (const gchar *filename, function
galiasdef.c 1151 #undef g_io_channel_new_file macro
1167 #undef g_io_channel_new_file macro
    [all...]
galias.h 1145 #define g_io_channel_new_file macro
1161 #define g_io_channel_new_file macro
    [all...]

Completed in 227 milliseconds