Home
last modified time | relevance | path

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

/bionic/libc/private/
DCachedProperty.h38 class CachedProperty {
41 explicit CachedProperty(const char* property_name) in CachedProperty() function
78 __system_property_read_callback(prop_info_, &CachedProperty::Callback, this); in Get()
97 CachedProperty* instance = reinterpret_cast<CachedProperty*>(data); in Callback()
/bionic/libc/bionic/
Dbionic_systrace.cpp33 static CachedProperty g_debug_atrace_tags_enableflags("debug.atrace.tags.enableflags");
/bionic/linker/
Dlinker_logger.cpp96 static CachedProperty debug_ld_all("debug.ld.all"); in ResetState()
/bionic/libc/tzcode/
Dbionic.cpp50 static CachedProperty persist_sys_timezone("persist.sys.timezone"); in tzset_unlocked()