Searched refs:CStringValue (Results 1 – 5 of 5) sorted by relevance
295 prop->u.CStringValue = strdup(value); in setCString()427 *value = strdup(prop->u.CStringValue); in getCString()521 if (prop->mType == kTypeCString && prop->u.CStringValue != NULL) { in clearPropValue()522 free(prop->u.CStringValue); in clearPropValue()523 prop->u.CStringValue = NULL; in clearPropValue()543 dst->u.CStringValue = strdup(src->u.CStringValue); in copyProp()640 data->writeCString(prop->u.CStringValue); in writeToParcel()704 result.append(prop->u.CStringValue); in toString()
234 if (strcmp(prop1->u.CStringValue, prop2->u.CStringValue) != 0) in sameAttributes()
77 env->NewStringUTF(prop->u.CStringValue)); in writeMetricsToBundle()
214 char *CStringValue; member