Searched refs:manifestPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 1600 String8 manifestPath(manifestFile->getPrintableSource()); in buildResources() local 1814 if (validateAttr(manifestPath, finalResTable, block, NULL, "package", in buildResources() 1818 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 1826 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 1831 SourcePos srcPos(manifestPath, block.getLineNumber()); in buildResources() 1855 manifestPath.string(), block.getLineNumber(), in buildResources() 1891 manifestPath.string(), block.getLineNumber(), idStr.string()); in buildResources() 1903 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 1908 if (validateAttr(manifestPath, finalResTable, block, RESOURCES_ANDROID_NAMESPACE, in buildResources() 1912 if (validateAttr(manifestPath, finalResTable, block, in buildResources() [all …]
|
/frameworks/base/tools/aapt2/link/ |
D | Link.cpp | 57 std::string manifestPath; member 1084 std::unique_ptr<xml::XmlResource> manifestXml = loadXml(mOptions.manifestPath, in run() 1093 mContext->getDiagnostics()->error(DiagMessage(mOptions.manifestPath) in run() 1099 mContext->getDiagnostics()->error(DiagMessage(mOptions.manifestPath) in run() 1237 if (!proguard::collectProguardRulesForManifest(Source(mOptions.manifestPath), in run() 1391 &options.manifestPath) in link()
|