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

/frameworks/base/tools/aapt2/compile/
H A DIdAssigner.cpp84 const ResourceName& existing_name = result.first->second; local
88 << resource_id << " as " << existing_name); local
104 const ResourceName& existing_name = result.first->second; local
105 if (!result.second && existing_name != pre_assigned_name) {
109 << " is already taken by resource " << existing_name); local

Completed in 38 milliseconds