Searched defs:mnt_fstype (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgunixmounts.c466 mount_entry->filesystem_type = g_strdup (mntent.mnt_fstype);
786 mount_entry->filesystem_type = g_strdup (mntent.mnt_fstype);
796 if ((mntent.mnt_fstype != NULL)
877 char mnt_fstype[16]; member in struct:__anon445
916 strcpy (prop->mnt_fstype, value);
944 if (strcmp ("cdrfs", mntent.mnt_fstype) == 0)
950 mount_entry->filesystem_type = g_strdup (mntent.mnt_fstype);

Completed in 10 milliseconds