Home
last modified time | relevance | path

Searched refs:kPermanentAttributesLengthMax (Results 1 – 1 of 1) sorted by relevance

/trusty/user/app/avb/
Davb_manager.cpp30 static const unsigned int kPermanentAttributesLengthMax = 2048; variable
201 UniquePtr<uint8_t[]> attributes(new uint8_t[kPermanentAttributesLengthMax]); in ReadPermanentAttributes()
202 rc = storage_->read(0, attributes.get(), kPermanentAttributesLengthMax); in ReadPermanentAttributes()