Searched refs:stringValue (Results 1 – 2 of 2) sorted by relevance
75 String8 stringValue; in tryGetProperty() local76 if (! tryGetProperty(key, stringValue) || stringValue.length() == 0) { in tryGetProperty()81 int value = strtol(stringValue.string(), & end, 10); in tryGetProperty()84 key.string(), stringValue.string()); in tryGetProperty()92 String8 stringValue; in tryGetProperty() local93 if (! tryGetProperty(key, stringValue) || stringValue.length() == 0) { in tryGetProperty()98 float value = strtof(stringValue.string(), & end); in tryGetProperty()101 key.string(), stringValue.string()); in tryGetProperty()
413 std::string stringValue; in buildObject() local415 !parseText(root, &stringValue)) { in buildObject()418 if (!::android::vintf::parseKernelConfigValue(stringValue, object)) { in buildObject()419 this->mLastError = "Could not parse kernel config value \"" + stringValue + "\""; in buildObject()