Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dsystem_properties.cpp77 contexts_ = new (contexts_data_) ContextsSerialized(); in Init()
82 contexts_ = new (contexts_data_) ContextsSplit(); in Init()
88 contexts_ = new (contexts_data_) ContextsPreSplit(); in Init()
103 contexts_ = new (contexts_data_) ContextsSerialized(); in AreaInit()
/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h84 alignas(kMaxContextsAlign) char contexts_data_[kMaxContextsSize]; variable