Searched refs:mCurrentXmlPos (Results 1 – 2 of 2) sorted by relevance
294 void setCurrentXmlPos(const SourcePos& pos) { mCurrentXmlPos = pos; } in setCurrentXmlPos()631 SourcePos mCurrentXmlPos; variable
2402 mCurrentXmlPos.error("creating resource for external package %s: %s/%s.", in getCustomResourceWithCreation()2405 mCurrentXmlPos.printf("did you mean to use @+id instead of @+android:id?"); in getCustomResourceWithCreation()2411 status_t status = addEntry(mCurrentXmlPos, package, type, name, value, NULL, NULL, true); in getCustomResourceWithCreation()