Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dsystem_properties.cpp66 contexts_->ResetAccess(); in Init()
77 contexts_ = new (contexts_data_) ContextsSerialized(); in Init()
78 if (!contexts_->Initialize(false, property_filename_, nullptr)) { in Init()
82 contexts_ = new (contexts_data_) ContextsSplit(); in Init()
83 if (!contexts_->Initialize(false, property_filename_, nullptr)) { in Init()
88 contexts_ = new (contexts_data_) ContextsPreSplit(); in Init()
89 if (!contexts_->Initialize(false, property_filename_, nullptr)) { in Init()
103 contexts_ = new (contexts_data_) ContextsSerialized(); in AreaInit()
104 if (!contexts_->Initialize(true, property_filename_, fsetxattr_failed)) { in AreaInit()
116 prop_area* pa = contexts_->GetSerialPropArea(); in AreaSerial()
[all …]
Dcontexts_split.cpp244 contexts_, [context](ContextListNode* l) { return !strcmp(l->context(), context); }); in InitializePropertiesFromFile()
248 ListAdd(&contexts_, context, filename_); in InitializePropertiesFromFile()
249 ListAddAfterLen(&prefixes_, prop_prefix, contexts_); in InitializePropertiesFromFile()
311 ListForEach(contexts_, [&fsetxattr_failed, &open_failed](ContextListNode* l) { in Initialize()
348 ListForEach(contexts_, [propfn, cookie](ContextListNode* l) { in ForEach()
356 ListForEach(contexts_, [](ContextListNode* l) { l->ResetAccess(); }); in ResetAccess()
361 ListFree(&contexts_); in FreeAndUnmap()
/bionic/libc/system_properties/include/system_properties/
Dcontexts_split.h56 ContextListNode* contexts_ = nullptr; variable
Dsystem_properties.h85 Contexts* contexts_; variable
/bionic/benchmarks/
Dproperty_benchmark.cpp101 system_properties_.contexts_->FreeAndUnmap(); in ~LocalPropertyTestState()
/bionic/tests/
Dsystem_properties_test.cpp45 contexts_->FreeAndUnmap(); in ~SystemPropertiesTest()