Home
last modified time | relevance | path

Searched refs:name_used (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
Dgfileutils.c1264 gchar **name_used, in g_file_open_tmp() argument
1335 if (name_used) in g_file_open_tmp()
1336 *name_used = fulltemplate; in g_file_open_tmp()
1939 gchar **name_used, in g_file_open_tmp() argument
1954 if (name_used) in g_file_open_tmp()
1955 *name_used = g_locale_from_utf8 (utf8_name_used, -1, NULL, NULL, NULL); in g_file_open_tmp()
Dgfileutils.h105 gchar **name_used,
/external/bluetooth/glib/tests/
Dtestglib.c906 char *name_used, chars[62]; in test_file_functions() local
940 fd = g_file_open_tmp (template, &name_used, &error); in test_file_functions()
953 fd = g_file_open_tmp (template, &name_used, &error); in test_file_functions()
966 fd = g_file_open_tmp (template, &name_used, &error); in test_file_functions()
970 g_print ("g_file_open_tmp for template '%s' used name '%s'\n", template, name_used); in test_file_functions()
973 remove (name_used); in test_file_functions()
975 fd = g_file_open_tmp (NULL, &name_used, &error); in test_file_functions()
980 remove (name_used); in test_file_functions()