HomeSort by relevance Sort by last modified time
    Searched refs:serialized_contexts (Results 1 - 2 of 2) sorted by null

  /system/core/property_service/property_info_checker/
property_info_checker.cpp 165 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/
property_service.cpp 825 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 5181 milliseconds