Home | History | Annotate | Download | only in liblog

Lines Matching refs:property

286   if (tag_cache.c) { /* ro property does not change after set */
405 /* Property helper */
423 char property[PROP_VALUE_MAX];
435 __system_property_read(cache->cache.pinfo, 0, cache->property);
441 struct cache_property property = { { NULL, -1 }, { 0 } };
445 refresh_cache_property(&property, newkey);
446 property.cache.pinfo = NULL;
447 property.cache.serial = -1;
449 refresh_cache_property(&property, newkey);
450 property.cache.pinfo = NULL;
451 property.cache.serial = -1;
454 refresh_cache_property(&property, key);
456 if (check_flag(property.property, "true")) {
459 if (check_flag(property.property, "false")) {
462 if (property.property[0]) {
465 if (check_flag(property.property, "eng")) {
469 if (check_flag(property.property, "svelte")) {
566 unsigned long value = strtoul(cache->property, &cp, 10);