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