Home | History | Annotate | Download | only in gio

Lines Matching defs:val

634   GFileAttributeValue *val;
639 val = g_file_info_find_value_by_name (info, attribute);
640 if (val)
641 return val->status;
674 GFileAttributeValue *val;
675 val = _g_file_info_get_attribute_value (info, attribute);
676 if (val)
677 return _g_file_attribute_value_as_string (val);