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