Home | History | Annotate | Download | only in reference-ril

Lines Matching full:propvalue

418             char  propValue[PROP_VALUE_MAX];
420 if (__system_property_get("ro.kernel.qemu", propValue) != 0) {
441 if (__system_property_get(propName, propValue) == 0) {
447 strlcat(dnslist, propValue, dnslist_sz);