Searched refs:property_infos (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/init/ |
H A D | host_init_verifier.cpp | 202 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 D | property_service.cpp | 1220 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 D | property_info_file.cpp | 107 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 D | property_info_serializer.h | 44 std::vector<PropertyInfoEntry>* property_infos,
|