Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A 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()
H A Dproperty_service.cpp1220 std::vector<PropertyInfoEntry>* property_infos) { in LoadPropertyInfoFromFile() argument
1240 auto property_infos = std::vector<PropertyInfoEntry>(); in CreateSerializedPropertyInfo() local
1243 &property_infos)) { in CreateSerializedPropertyInfo()
1254 &property_infos); in CreateSerializedPropertyInfo()
1258 &property_infos); in CreateSerializedPropertyInfo()
1262 &property_infos); in CreateSerializedPropertyInfo()
1268 if (!LoadPropertyInfoFromFile("/plat_property_contexts", &property_infos)) { in CreateSerializedPropertyInfo()
1271 LoadPropertyInfoFromFile("/system_ext_property_contexts", &property_infos); in CreateSerializedPropertyInfo()
1272 LoadPropertyInfoFromFile("/vendor_property_contexts", &property_infos); in CreateSerializedPropertyInfo()
1273 LoadPropertyInfoFromFile("/product_property_contexts", &property_infos); in CreateSerializedPropertyInfo()
[all …]
/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_file.cpp107 std::vector<PropertyInfoEntry>* property_infos, in ParsePropertyInfoFile() argument
127 property_infos->emplace_back(property_info_entry); in ParsePropertyInfoFile()
/aosp14/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/
H A Dproperty_info_serializer.h44 std::vector<PropertyInfoEntry>* property_infos,