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

  /external/bluetooth/glib/glib/
gdir.c 86 gchar *utf8_path; local
125 utf8_path = g_filename_to_utf8 (path, -1,
131 utf8_path, g_strerror (errno));
133 g_free (utf8_path);
156 gchar *utf8_path = g_locale_to_utf8 (path, -1, NULL, NULL, error); local
159 if (utf8_path == NULL)
162 retval = g_dir_open_utf8 (utf8_path, flags, error);
164 g_free (utf8_path);
  /external/bluetooth/glib/gio/
glocalfile.c 895 char *utf8_path; local
901 utf8_path = g_utf16_to_utf8 (wpath, -1, NULL, NULL, NULL);
904 return utf8_path;
    [all...]

Completed in 56 milliseconds