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

Lines Matching defs:propValue

554             char  propValue[PROP_VALUE_MAX];
556 if (__system_property_get("ro.kernel.qemu", propValue) != 0) {
577 if (__system_property_get(propName, propValue) == 0) {
583 strlcat(dnslist, propValue, dnslist_sz);