Home
last modified time | relevance | path

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

/trusty/user/app/avb/
Davb_manager.cpp201 UniquePtr<uint8_t[]> attributes(new uint8_t[kPermanentAttributesLengthMax]); in ReadPermanentAttributes() local
202 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() local
238 rc = storage_->write(0, attributes, attributes_size); in WritePermanentAttributes()
DREADME.md8 permanent attributes.
30 [attributes](https://android.googlesource.com/platform/external/avb/+/master/libavb_atx/avb_atx_typ…
/trusty/vendor/google/aosp/
Dpylintrc90 too-many-instance-attributes,
145 # List of module names for which member attributes should not be checked
147 # and thus existing member attributes cannot be deduced by static analysis. It
151 # List of classes names for which member attributes should not be checked
152 # (useful for classes with attributes dynamically set). This supports can work
323 # Maximum number of attributes for a class (see R0902).
324 max-attributes=7
338 # List of method names used to declare (i.e. assign) instance attributes.
/trusty/kernel/lib/libc-trusty/
Drules.mk91 -Wno-ignored-attributes \
/trusty/user/base/lib/libc-trusty/
Drules.mk69 -Wno-ignored-attributes \