Searched refs:serialized_contexts (Results 1 - 2 of 2) sorted by relevance

/system/core/property_service/property_info_checker/
H A Dproperty_info_checker.cpp165 auto serialized_contexts = std::string{}; local
168 if (!BuildTrie(property_info_entries, "u:object_r:default_prop:s0", "\\s*", &serialized_contexts,
179 auto property_info_area = reinterpret_cast<PropertyInfoArea*>(serialized_contexts.data());
/system/core/init/
H A Dproperty_service.cpp825 auto serialized_contexts = std::string(); local
827 if (!BuildTrie(property_infos, "u:object_r:default_prop:s0", "string", &serialized_contexts,
834 if (!WriteStringToFile(serialized_contexts, kPropertyInfosPath, 0444, 0, 0, false)) {

Completed in 514 milliseconds