Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libnl++/
DMessageMutator.cpp49 const auto attrSize = attrData.getRaw().len(); in write() local
51 if (attrSize > sizeof(val)) memset(writeableBuffer, 0, attrSize); in write()
52 memcpy(writeableBuffer, &val, std::min(sizeof(val), attrSize)); in write()