Searched refs:property_value (Results 1 – 2 of 2) sorted by relevance
29 static const char property_value[] = "[HOST]"; variable30 #define PROPERTY_VALUE_MAX (sizeof(property_value) - 1)33 memcpy(value, property_value, PROPERTY_VALUE_MAX); in property_get()
570 String property_value = SystemProperties.get("wrap." + niceName); in commandSupportedByUsap() local571 if (property_value != null && property_value.length() != 0) { in commandSupportedByUsap()