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

/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp62 static const size_t kMaxAttributeLength = 10240 * 4; variable
457 if (pos < 0 || pos + readBytes > kMaxAttributeLength
475 char attributeBuffer[sizeof(AttributeHeader) + kMaxAttributeLength];
524 if (pos < 0 || pos + writeBytes > kMaxAttributeLength
542 char attributeBuffer[sizeof(AttributeHeader) + kMaxAttributeLength];
632 char attributeBuffer[sizeof(AttributeHeader) + kMaxAttributeLength];
633 ssize_t bytesRead = sizeof(AttributeHeader) + kMaxAttributeLength;

Completed in 117 milliseconds