Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgfileutils.c1942 gchar *utf8_tmpl = g_locale_to_utf8 (tmpl, -1, NULL, NULL, error); in g_file_open_tmp() local
1946 if (utf8_tmpl == NULL) in g_file_open_tmp()
1949 retval = g_file_open_tmp_utf8 (utf8_tmpl, &utf8_name_used, error); in g_file_open_tmp()