Home
last modified time | relevance | path

Searched refs:serialized_contexts (Results 1 – 3 of 3) sorted by relevance

/system/core/property_service/property_info_checker/
Dproperty_info_checker.cpp165 auto serialized_contexts = std::string{}; in main()
168 if (!BuildTrie(property_info_entries, "u:object_r:default_prop:s0", "\\s*", &serialized_contexts, in main()
179 auto property_info_area = reinterpret_cast<PropertyInfoArea*>(serialized_contexts.data()); in main()
/system/core/init/
Dhost_init_verifier.cpp291 std::string serialized_contexts; in main() local
293 if (!BuildTrie(property_infos, "u:object_r:default_prop:s0", "string", &serialized_contexts, in main()
299 property_info_area = reinterpret_cast<const PropertyInfoArea*>(serialized_contexts.c_str()); in main()
Dproperty_service.cpp1169 auto serialized_contexts = std::string(); in CreateSerializedPropertyInfo() local
1171 if (!BuildTrie(property_infos, "u:object_r:default_prop:s0", "string", &serialized_contexts, in CreateSerializedPropertyInfo()
1178 if (!WriteStringToFile(serialized_contexts, kPropertyInfosPath, 0444, 0, 0, false)) { in CreateSerializedPropertyInfo()