Home
last modified time | relevance | path

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

/system/core/liblog/
Dproperties.c64 #define BOOLEAN_FALSE 0xFE macro
84 cache->c = strcasecmp(buf + 1, "alse") ? buf[0] : BOOLEAN_FALSE; in refresh_cache()
212 case BOOLEAN_FALSE: /* Not officially supported */ in __android_log_level()
259 case BOOLEAN_FALSE: /* FALLTHRU */ /* Not Officially supported */ in __android_log_level()
386 return (c != BOOLEAN_FALSE) && c && (self->cache_persist.c == BOOLEAN_TRUE); in evaluate_security()
392 "persist.logd.security", { { NULL, -1 }, BOOLEAN_FALSE }, in __android_log_security()
393 "ro.device_owner", { { NULL, -1 }, BOOLEAN_FALSE }, in __android_log_security()