Searched refs:res_entry (Results 1 – 1 of 1) sorted by relevance
110 for (const auto& res_entry : entries_) { in Build() local114 if (!android::ExtractResourceName(StringPiece(res_entry.resource_name), &package_substr, in Build()116 return Error("failed to parse resource name '%s'", res_entry.resource_name.c_str()); in Build()121 return Error("resource name '%s' missing type name", res_entry.resource_name.c_str()); in Build()125 return Error("resource name '%s' missing entry name", res_entry.resource_name.c_str()); in Build()145 auto value = entry->second.find(res_entry.configuration); in Build()147 value = entry->second.insert(std::make_pair(res_entry.configuration, TargetValue())).first; in Build()150 value->second = TargetValue{res_entry.data_type, res_entry.data_value, in Build()151 res_entry.data_string_value, res_entry.data_binary_value}; in Build()