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

/haiku/src/tools/
H A Dgenerate_attribute_stores.cpp26 struct attribute_file { struct
91 attributeFile.Seek(sizeof(attribute_file) - 1, SEEK_SET);
120 attribute_file file;
123 attributeFile.WriteAt(0, &file, sizeof(attribute_file) - 1);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp141 struct attribute_file { struct in class:attribute_overlay::AttributeFile
154 attribute_file * fFile;
461 fFile = (attribute_file *)buffer;
480 readLength -= sizeof(attribute_file) - 1;
520 fFile = (attribute_file *)malloc(sizeof(attribute_file) - 1);
662 size_t writeLength = sizeof(attribute_file) - 1;

Completed in 57 milliseconds