Searched refs:g_open (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgstdio.h39 #define g_open open macro
77 int g_open (const gchar *filename,
H A Dgstdio.c157 * g_open:
187 g_open (const gchar *filename, function
H A Dgfileutils.c161 * fd = g_open (filename, O_WRONLY);
1189 /* tmpl is in UTF-8 on Windows, thus use g_open() */
1190 fd = g_open (tmpl, O_RDWR | O_CREAT | O_EXCL | O_BINARY, permissions);
H A Dgkeyfile.c326 fd = g_open (path, O_RDONLY, 0);
481 fd = g_open (file, O_RDONLY, 0);
H A Dgaliasdef.c2657 #undef g_open macro
2658 extern __typeof (g_open) g_open __attribute((alias("IA__g_open"), visibility("default")));
H A Dgalias.h2650 extern __typeof (g_open) IA__g_open __attribute((visibility("hidden")));
2651 #define g_open IA__g_open macro
/external/bluetooth/glib/gio/
H A Dglocalfileoutputstream.c511 fd = g_open (filename, O_CREAT | O_EXCL | O_WRONLY | O_BINARY, mode);
556 fd = g_open (filename, O_CREAT | O_APPEND | O_WRONLY | O_BINARY, mode);
690 fd = g_open (filename, open_flags | O_NOFOLLOW, mode);
696 fd = g_open (filename, open_flags, mode);
699 fd = g_open (filename, open_flags, mode);
849 bfd = g_open (backup_filename,
942 fd = g_open (filename, O_WRONLY | O_CREAT | O_BINARY, mode);
1008 fd = g_open (filename, O_CREAT | O_EXCL | O_WRONLY | O_BINARY, mode);
H A Dglocalfile.c1284 fd = g_open (local->filename, O_RDONLY|O_BINARY, 0);
/external/bluetooth/glib/gmodule/
H A Dgmodule.c218 int fd = g_open (libtool_name, O_RDONLY, 0);

Completed in 455 milliseconds