Searched refs:res_entry (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/cmds/idmap2/libidmap2/ |
D | FabricatedOverlay.cpp | 191 for (const auto& res_entry : entries_) { in Build() local 195 if (!android::ExtractResourceName(StringPiece(res_entry.resource_name), &package_substr, in Build() 197 return Error("failed to parse resource name '%s'", res_entry.resource_name.c_str()); in Build() 202 return Error("resource name '%s' missing type name", res_entry.resource_name.c_str()); in Build() 206 return Error("resource name '%s' missing entry name", res_entry.resource_name.c_str()); in Build() 226 auto value = entry->second.find(res_entry.configuration); in Build() 228 value = entry->second.insert(std::make_pair(res_entry.configuration, TargetValue())).first; in Build() 231 value->second = TargetValue{res_entry.data_type, res_entry.data_value, in Build() 232 res_entry.data_string_value, res_entry.data_binary_value, in Build() 233 res_entry.data_binary_offset, res_entry.data_binary_size, in Build() [all …]
|