Searched refs:propValue (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/reference-ril/
H A Dreference-ril.c520 char propValue[PROP_VALUE_MAX]; local
522 if (__system_property_get("ro.kernel.qemu", propValue) != 0) {
543 if (__system_property_get(propName, propValue) == 0) {
549 strlcat(dnslist, propValue, dnslist_sz);

Completed in 38 milliseconds