Searched refs:recentAllocMaxString (Results 1 – 1 of 1) sorted by relevance
60 char recentAllocMaxString[PROPERTY_VALUE_MAX]; in SetProperties() local61 if (property_get(propertyName, recentAllocMaxString, "") > 0) { in SetProperties()63 size_t value = strtoul(recentAllocMaxString, &end, 10); in SetProperties()65 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()68 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()