Home
last modified time | relevance | path

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

/device/generic/goldfish/ril/
Dmisc.c36 char propValue[PROP_VALUE_MAX]; in isInEmulator() local
37 inQemu = (__system_property_get("ro.kernel.qemu", propValue) != 0); in isInEmulator()
Dreference-ril.c601 char propValue[PROP_VALUE_MAX]; in hasWifiCapability() local
602 return property_get("ro.kernel.qemu.wifi", propValue, "") > 0 && in hasWifiCapability()
603 strcmp("1", propValue) == 0; in hasWifiCapability()
618 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local
771 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local
780 if (property_get(propName, propValue, "") <= 0) { in requestOrSendDataCallList()
786 strlcat(dnslist, propValue, dnslist_sz); in requestOrSendDataCallList()
793 if (property_get(propName, propValue, "") <= 0) { in requestOrSendDataCallList()
797 strlcat(dnslist, propValue, dnslist_sz); in requestOrSendDataCallList()
808 } else if (property_get("net.eth0.gw", propValue, "") > 0) { in requestOrSendDataCallList()
[all …]
/device/generic/goldfish/wifi/ipv6proxy/
Dproxy.cpp77 char propValue[PROP_VALUE_MAX]; in extractRecursiveDnsServers() local