Searched refs:manifestPath (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 1750 String8 manifestPath(manifestFile->getPrintableSource()); in buildResources() local 1964 if (validateAttr(manifestPath, finalResTable, block, NULL, "package", in buildResources() 1968 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 1976 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 1981 SourcePos srcPos(manifestPath, block.getLineNumber()); in buildResources() 2005 manifestPath.string(), block.getLineNumber(), in buildResources() 2041 manifestPath.string(), block.getLineNumber(), idStr.string()); in buildResources() 2053 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 2058 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 2062 if (validateAttr(manifestPath, finalResTable, block, in buildResources() [all …]
|