Home | History | Annotate | Download | only in gio

Lines Matching defs:fstype

948   const char *fstype;
1035 fstype = g_strdup(statfs_buffer.f_fstypename);
1037 fstype = get_fs_type (statfs_buffer.f_type);
1041 fstype = g_strdup(statfs_buffer.f_basetype);
1045 if (fstype &&
1048 g_file_info_set_attribute_string (info, G_FILE_ATTRIBUTE_FILESYSTEM_TYPE, fstype);