Home
last modified time | relevance | path

Searched refs:property_infos (Results 1 – 4 of 4) sorted by relevance

/system/core/init/
Dhost_init_verifier.cpp184 std::vector<PropertyInfoEntry>* property_infos) { in HandlePropertyContexts() argument
192 ParsePropertyInfoFile(file_contents, true, property_infos, &errors); in HandlePropertyContexts()
205 auto property_infos = std::vector<PropertyInfoEntry>(); in main() local
225 HandlePropertyContexts(optarg, &property_infos); in main()
257 if (!BuildTrie(property_infos, "u:object_r:default_prop:s0", "string", &serialized_contexts, in main()
Dproperty_service.cpp971 std::vector<PropertyInfoEntry>* property_infos) { in LoadPropertyInfoFromFile() argument
980 ParsePropertyInfoFile(file_contents, require_prefix_or_exact, property_infos, &errors); in LoadPropertyInfoFromFile()
991 auto property_infos = std::vector<PropertyInfoEntry>(); in CreateSerializedPropertyInfo() local
994 &property_infos)) { in CreateSerializedPropertyInfo()
1002 &property_infos); in CreateSerializedPropertyInfo()
1005 &property_infos)) { in CreateSerializedPropertyInfo()
1008 &property_infos); in CreateSerializedPropertyInfo()
1012 &property_infos); in CreateSerializedPropertyInfo()
1015 LoadPropertyInfoFromFile("/odm/etc/selinux/odm_property_contexts", &property_infos); in CreateSerializedPropertyInfo()
1018 if (!LoadPropertyInfoFromFile("/plat_property_contexts", &property_infos)) { in CreateSerializedPropertyInfo()
[all …]
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp107 std::vector<PropertyInfoEntry>* property_infos, in ParsePropertyInfoFile() argument
127 property_infos->emplace_back(property_info_entry); in ParsePropertyInfoFile()
/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/
Dproperty_info_serializer.h44 std::vector<PropertyInfoEntry>* property_infos,