Searched refs:res_entry (Results 1 – 1 of 1) sorted by relevance
74 for (const auto& res_entry : entries_) { in Build() local78 if (!android::ExtractResourceName(StringPiece(res_entry.resource_name), &package_substr, in Build()80 return Error("failed to parse resource name '%s'", res_entry.resource_name.c_str()); in Build()86 return Error("resource name '%s' missing type name", res_entry.resource_name.c_str()); in Build()90 return Error("resource name '%s' missing entry name", res_entry.resource_name.c_str()); in Build()114 entry->second = TargetValue{res_entry.data_type, res_entry.data_value}; in Build()