| 1617 | } |
| 1618 | |
| 1619 | String8 AaptFile::getPrintableSource() const |
| 1620 | { |
| 1621 | if (hasData()) { |
| 1622 | String8 name(mGroupEntry.toDirName(String8())); |
| 1623 | name.appendPath(mPath); |
| 1624 | name.append(" #generated"); |
| 1625 | return name; |
| 1626 | } |
| 1627 | return mSourceFile; |
| 1628 | } |
| 1629 | |
| 1630 | // ========================================================================= |
| 1631 | // ========================================================================= |
no test coverage detected