Searched defs:property_infos (Results 1 - 2 of 2) sorted by relevance

/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_file.cpp97 std::vector<PropertyInfoEntry>* property_infos,
99 // Do not clear property_infos to allow this function to be called on multiple files, with
116 property_infos->emplace_back(property_info_entry);
96 ParsePropertyInfoFile(const std::string& file_contents, std::vector<PropertyInfoEntry>* property_infos, std::vector<std::string>* errors) argument
/system/core/init/
H A Dproperty_service.cpp781 std::vector<PropertyInfoEntry>* property_infos) {
789 ParsePropertyInfoFile(file_contents, property_infos, &errors);
800 auto property_infos = std::vector<PropertyInfoEntry>(); local
803 &property_infos)) {
810 &property_infos)) {
813 &property_infos);
816 if (!LoadPropertyInfoFromFile("/plat_property_contexts", &property_infos)) {
819 if (!LoadPropertyInfoFromFile("/vendor_property_contexts", &property_infos)) {
821 LoadPropertyInfoFromFile("/nonplat_property_contexts", &property_infos);
827 if (!BuildTrie(property_infos, "
780 LoadPropertyInfoFromFile(const std::string& filename, std::vector<PropertyInfoEntry>* property_infos) argument
[all...]

Completed in 84 milliseconds