Searched refs:manifestPath (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 1541 String8 manifestPath(manifestFile->getPrintableSource()); in buildResources() local 1757 if (validateAttr(manifestPath, finalResTable, block, NULL, "package", in buildResources() 1761 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 1769 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 1774 SourcePos srcPos(manifestPath, block.getLineNumber()); in buildResources() 1798 manifestPath.string(), block.getLineNumber(), in buildResources() 1834 manifestPath.string(), block.getLineNumber(), idStr.string()); in buildResources() 1848 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 1853 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 1857 if (validateAttr(manifestPath, finalResTable, block, in buildResources() [all …]
|