Searched refs:property_result (Results 1 – 1 of 1) sorted by relevance
30 auto property_result = GetProperty(key); in GetIntProperty() local31 if (property_result.ok()) { in GetIntProperty()32 android::base::ParseInt<int>((*property_result).data(), &value); in GetIntProperty()