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

/haiku/src/tools/
H A Dgenerate_attribute_stores.cpp61 BFile attributeFile; local
85 if (attributeFile.SetTo(&attributeDir, ref.name,
91 attributeFile.Seek(sizeof(attribute_file) - 1, SEEK_SET);
98 attributeFile.Write(&entry, sizeof(attribute_entry) - 1);
99 attributeFile.Write(nameBuffer, entry.name_length);
111 attributeFile.Write(copyBuffer, copySize);
123 attributeFile.WriteAt(0, &file, sizeof(attribute_file) - 1);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp95 status_t GetAttributeFile(AttributeFile **attributeFile);
259 OverlayInode::GetAttributeFile(AttributeFile **attributeFile) argument
282 *attributeFile = fAttributeFile;
1458 AttributeFile *attributeFile = NULL; local
1459 status_t result = node->GetAttributeFile(&attributeFile);
1468 dirCookie->file = attributeFile;
1514 AttributeFile *attributeFile = NULL; local
1515 status_t result = node->GetAttributeFile(&attributeFile);
1519 return attributeFile->CreateAttribute(name, type, openMode,
1529 AttributeFile *attributeFile local
1590 AttributeFile *attributeFile = NULL; local
1631 AttributeFile *attributeFile = NULL; local
[all...]

Completed in 126 milliseconds