Searched refs:g_file_open_tmp (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgfileutils.h84 #define g_file_open_tmp g_file_open_tmp_utf8 macro
104 gint g_file_open_tmp (const gchar *tmpl,
H A Dgfileutils.c1234 * g_file_open_tmp:
1263 g_file_open_tmp (const gchar *tmpl, function
1935 #undef g_file_open_tmp macro
1938 g_file_open_tmp (const gchar *tmpl, function
H A Dgaliasdef.c842 #undef g_file_open_tmp macro
843 extern __typeof (g_file_open_tmp) g_file_open_tmp __attribute((alias("IA__g_file_open_tmp"), visibility("default")));
H A Dgalias.h835 extern __typeof (g_file_open_tmp) IA__g_file_open_tmp __attribute((visibility("hidden")));
836 #define g_file_open_tmp IA__g_file_open_tmp macro
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwebframe.c169 gint fd = g_file_open_tmp ("webkit-testwebframe-XXXXXX", &temporaryFilename, &error);
H A Dtestdownload.c165 int fd = g_file_open_tmp("webkit-testwebdownload-XXXXXX", &filename, &error);
/external/bluetooth/glib/tests/
H A Dtestglib.c940 fd = g_file_open_tmp (template, &name_used, &error);
944 g_print ("g_file_open_tmp works even if template contains '%s'\n", G_DIR_SEPARATOR_S);
946 g_print ("g_file_open_tmp correctly returns error: %s\n", error->message);
953 fd = g_file_open_tmp (template, &name_used, &error);
957 g_print ("g_file_open_tmp works even if template contains '/'\n");
959 g_print ("g_file_open_tmp correctly returns error: %s\n", error->message);
966 fd = g_file_open_tmp (template, &name_used, &error);
968 g_error ("g_file_open_tmp didn't work for template '%s': %s\n", template, error->message);
970 g_print ("g_file_open_tmp for template '%s' used name '%s'\n", template, name_used);
975 fd = g_file_open_tmp (NUL
[all...]

Completed in 131 milliseconds