Searched refs:allocMaxString (Results 1 – 1 of 1) sorted by relevance
48 char allocMaxString[PROPERTY_VALUE_MAX]; in SetProperties() local49 if (property_get(propertyName, allocMaxString, "") > 0) { in SetProperties()51 size_t value = strtoul(allocMaxString, &end, 10); in SetProperties()53 LOG(ERROR) << "Ignoring " << propertyName << " '" << allocMaxString in SetProperties()