Lines Matching defs:property
145 // Property helper
162 char property[PROPERTY_VALUE_MAX];
167 property_get(newkey, property, "");
174 property_get(newkey, def, property);
177 property_get(key, property, def);
179 if (check_flag(property, "true")) {
182 if (check_flag(property, "false")) {
185 if (check_flag(property, "eng")) {
189 if (check_flag(property, "svelte")) {
205 property_get("ro.build.type", property, "");
206 if (!strcmp(property, "user")) {
271 // Anything that reads persist.<property>