Home
last modified time | relevance | path

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

/system/core/init/
Dhost_init_verifier.cpp191 std::vector<PropertyInfoEntry>* property_infos) { in HandlePropertyContexts() argument
199 ParsePropertyInfoFile(file_contents, true, property_infos, &errors); in HandlePropertyContexts()
212 auto property_infos = std::vector<PropertyInfoEntry>(); in main() local
238 HandlePropertyContexts(optarg, &property_infos); in main()
280 if (auto result = InitializeHostPropertyInfoArea(property_infos); !result.ok()) { in main()
Dproperty_service.cpp1259 std::vector<PropertyInfoEntry>* property_infos) { in LoadPropertyInfoFromFile() argument
1268 ParsePropertyInfoFile(file_contents, require_prefix_or_exact, property_infos, &errors); in LoadPropertyInfoFromFile()
1279 auto property_infos = std::vector<PropertyInfoEntry>(); in CreateSerializedPropertyInfo() local
1282 &property_infos)) { in CreateSerializedPropertyInfo()
1290 &property_infos); in CreateSerializedPropertyInfo()
1294 &property_infos); in CreateSerializedPropertyInfo()
1298 &property_infos); in CreateSerializedPropertyInfo()
1301 LoadPropertyInfoFromFile("/odm/etc/selinux/odm_property_contexts", &property_infos); in CreateSerializedPropertyInfo()
1304 if (!LoadPropertyInfoFromFile("/plat_property_contexts", &property_infos)) { in CreateSerializedPropertyInfo()
1307 LoadPropertyInfoFromFile("/system_ext_property_contexts", &property_infos); in CreateSerializedPropertyInfo()
[all …]
Dcheck_builtins.h51 const std::vector<properties::PropertyInfoEntry>& property_infos);
Dcheck_builtins.cpp58 Result<void> InitializeHostPropertyInfoArea(const std::vector<PropertyInfoEntry>& property_infos) { in InitializeHostPropertyInfoArea() argument
61 if (!BuildTrie(property_infos, "u:object_r:default_prop:s0", "string", &serialized_contexts, in InitializeHostPropertyInfoArea()
/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,