Home
last modified time | relevance | path

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

/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h85 alignas(kMaxContextsAlign) char appcompat_override_contexts_data_[kMaxContextsSize]; variable
/bionic/libc/system_properties/
Dsystem_properties.cpp126 auto* appcompat_contexts = new (appcompat_override_contexts_data_) ContextsSerialized(); in AreaInit()