HomeSort by relevance Sort by last modified time
    Searched full:identifier_type (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gio/
gunixvolume.c 58 char *identifier_type; member in struct:_GUnixVolume
89 g_free (volume->identifier_type);
137 volume->identifier_type = g_strdup (G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT);
142 volume->identifier_type = g_strdup (G_VOLUME_IDENTIFIER_KIND_LABEL);
147 volume->identifier_type = g_strdup (G_VOLUME_IDENTIFIER_KIND_UUID);
152 volume->identifier_type = g_strdup (G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE);
490 if (unix_volume->identifier_type != NULL &&
491 strcmp (kind, unix_volume->identifier_type) == 0)
502 if (unix_volume->identifier_type)
505 res[0] = g_strdup (unix_volume->identifier_type);
    [all...]

Completed in 29 milliseconds