Searched refs:attrNameLen (Results 1 – 1 of 1) sorted by relevance
1168 int16_t attrNameLen = strlen(prop->mName) + 1; in dumpAttributes() local1169 _INSERT(attrNameLen, sizeof(int16_t)); in dumpAttributes()1170 _INSERTSTRING(prop->mName, attrNameLen); // termination included in dumpAttributes()