Searched refs:kPermanentAttributesLengthMax (Results 1 – 1 of 1) sorted by relevance
30 static const unsigned int kPermanentAttributesLengthMax = 2048; variable201 UniquePtr<uint8_t[]> attributes(new uint8_t[kPermanentAttributesLengthMax]); in ReadPermanentAttributes()202 rc = storage_->read(0, attributes.get(), kPermanentAttributesLengthMax); in ReadPermanentAttributes()