Home
last modified time | relevance | path

Searched refs:_attr_id (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgfileinfo.c112 #define GET_NS(_attr_id) \ argument
113 (((guint32) (_attr_id) >> NS_POS) & NS_MASK)
114 #define GET_ID(_attr_id) \ argument
115 (((guint32)(_attr_id) >> ID_POS) & ID_MASK)