Searched refs:attributes (Results 1 – 5 of 5) sorted by relevance
201 UniquePtr<uint8_t[]> attributes(new uint8_t[kPermanentAttributesLengthMax]); in ReadPermanentAttributes() local202 rc = storage_->read(0, attributes.get(), kPermanentAttributesLengthMax); in ReadPermanentAttributes()210 response->set_attributes_buf(attributes.get(), attributes_size); in ReadPermanentAttributes()237 uint8_t* attributes = request.get_attributes_buf(); in WritePermanentAttributes() local238 rc = storage_->write(0, attributes, attributes_size); in WritePermanentAttributes()
8 permanent attributes.30 [attributes](https://android.googlesource.com/platform/external/avb/+/master/libavb_atx/avb_atx_typ…
90 too-many-instance-attributes,145 # List of module names for which member attributes should not be checked147 # and thus existing member attributes cannot be deduced by static analysis. It151 # List of classes names for which member attributes should not be checked152 # (useful for classes with attributes dynamically set). This supports can work323 # Maximum number of attributes for a class (see R0902).324 max-attributes=7338 # List of method names used to declare (i.e. assign) instance attributes.
91 -Wno-ignored-attributes \
69 -Wno-ignored-attributes \