Searched refs:attribute_entry (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/
H A Dgenerate_attribute_stores.cpp33 struct attribute_entry { struct
94 attribute_entry entry;
98 attributeFile.Write(&entry, sizeof(attribute_entry) - 1);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp198 struct attribute_entry { struct in class:attribute_overlay::AttributeEntry
206 attribute_entry * fEntry;
914 fEntry = (attribute_entry *)buffer;
951 return sizeof(attribute_entry) - 1 + fEntry->name_length;
1007 attribute_entry *newEntry = (attribute_entry *)malloc(
1008 sizeof(attribute_entry) + nameLength);
1015 memcpy(newEntry, fEntry, sizeof(attribute_entry));

Completed in 54 milliseconds