Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp935 std::vector<PropertyInfoEntry>* property_infos) { in LoadPropertyInfoFromFile() argument
943 ParsePropertyInfoFile(file_contents, property_infos, &errors); in LoadPropertyInfoFromFile()
954 auto property_infos = std::vector<PropertyInfoEntry>(); in CreateSerializedPropertyInfo() local
957 &property_infos)) { in CreateSerializedPropertyInfo()
964 &property_infos)) { in CreateSerializedPropertyInfo()
967 &property_infos); in CreateSerializedPropertyInfo()
971 &property_infos); in CreateSerializedPropertyInfo()
974 LoadPropertyInfoFromFile("/odm/etc/selinux/odm_property_contexts", &property_infos); in CreateSerializedPropertyInfo()
977 if (!LoadPropertyInfoFromFile("/plat_property_contexts", &property_infos)) { in CreateSerializedPropertyInfo()
980 if (!LoadPropertyInfoFromFile("/vendor_property_contexts", &property_infos)) { in CreateSerializedPropertyInfo()
[all …]
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp97 std::vector<PropertyInfoEntry>* property_infos, in ParsePropertyInfoFile() argument
116 property_infos->emplace_back(property_info_entry); in ParsePropertyInfoFile()
/system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/
Dproperty_info_serializer.h45 std::vector<PropertyInfoEntry>* property_infos,