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

  /external/bluetooth/glib/gio/
gfileattribute.h 52 * @n_infos: the number of values in the array.
60 int n_infos; member in struct:_GFileAttributeInfoList
gfileattribute.c 821 priv->public.n_infos = priv->array->len;
866 g_array_set_size (new->array, list->n_infos);
868 for (i = 0; i < list->n_infos; i++)
917 for (i = 0; i < list->n_infos; i++)
930 end = list->n_infos;
    [all...]
gfile.c     [all...]

Completed in 177 milliseconds