Home
last modified time | relevance | path

Searched refs:mCurrentXmlPos (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.h291 void setCurrentXmlPos(const SourcePos& pos) { mCurrentXmlPos = pos; } in setCurrentXmlPos()
623 SourcePos mCurrentXmlPos; variable
DResourceTable.cpp2392 mCurrentXmlPos.error("creating resource for external package %s: %s/%s.", in getCustomResourceWithCreation()
2395 mCurrentXmlPos.printf("did you mean to use @+id instead of @+android:id?"); in getCustomResourceWithCreation()
2401 status_t status = addEntry(mCurrentXmlPos, package, type, name, value, NULL, NULL, true); in getCustomResourceWithCreation()