Home
last modified time | relevance | path

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

/system/core/init/
Dhost_init_verifier.cpp202 std::vector<PropertyInfoEntry>* property_infos) { in HandlePropertyContexts() argument
210 ParsePropertyInfoFile(file_contents, true, property_infos, &errors); in HandlePropertyContexts()
223 auto property_infos = std::vector<PropertyInfoEntry>(); in main() local
249 HandlePropertyContexts(optarg, &property_infos); in main()
293 if (!BuildTrie(property_infos, "u:object_r:default_prop:s0", "string", &serialized_contexts, in main()
Dproperty_service.cpp1110 std::vector<PropertyInfoEntry>* property_infos) { in LoadPropertyInfoFromFile() argument
1119 ParsePropertyInfoFile(file_contents, require_prefix_or_exact, property_infos, &errors); in LoadPropertyInfoFromFile()
1130 auto property_infos = std::vector<PropertyInfoEntry>(); in CreateSerializedPropertyInfo() local
1133 &property_infos)) { in CreateSerializedPropertyInfo()
1141 &property_infos); in CreateSerializedPropertyInfo()
1144 &property_infos)) { in CreateSerializedPropertyInfo()
1147 &property_infos); in CreateSerializedPropertyInfo()
1151 &property_infos); in CreateSerializedPropertyInfo()
1154 LoadPropertyInfoFromFile("/odm/etc/selinux/odm_property_contexts", &property_infos); in CreateSerializedPropertyInfo()
1157 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,