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

  /external/bluetooth/glib/glib/
gfileutils.h 84 #define g_file_open_tmp g_file_open_tmp_utf8 macro
104 gint g_file_open_tmp (const gchar *tmpl,
gfileutils.c 1234 * 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
    [all...]
galiasdef.c 842 #undef g_file_open_tmp macro
    [all...]
galias.h 836 #define g_file_open_tmp macro
    [all...]
  /external/webkit/WebKit/gtk/tests/
testdownload.c 138 int fd = g_file_open_tmp("webkit-testwebdownload-XXXXXX", &filename, &error);
testwebframe.c 125 gint fd = g_file_open_tmp ("webkit-testwebframe-XXXXXX", &temporaryFilename, &error);
  /external/bluetooth/glib/tests/
testglib.c 940 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 (NULL, &name_used, &error)
    [all...]

Completed in 1277 milliseconds