Home
last modified time | relevance | path

Searched refs:stringValue (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DPropertyMap.cpp79 String8 stringValue; in tryGetProperty() local
80 if (! tryGetProperty(key, stringValue) || stringValue.length() == 0) { in tryGetProperty()
85 int value = strtol(stringValue.string(), & end, 10); in tryGetProperty()
88 key.string(), stringValue.string()); in tryGetProperty()
96 String8 stringValue; in tryGetProperty() local
97 if (! tryGetProperty(key, stringValue) || stringValue.length() == 0) { in tryGetProperty()
102 float value = strtof(stringValue.string(), & end); in tryGetProperty()
105 key.string(), stringValue.string()); in tryGetProperty()