Searched defs:errorOnFailedInsert (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResource.cpp683 * If errorOnFailedInsert is true, and the attribute already exists, returns false.
689 const char* attr8, const char* value, bool errorOnFailedInsert,
709 if (errorOnFailedInsert) {
731 * If errorOnFailedInsert is true, and the attribute already exists, returns false.
735 const char* attr8, const char* value, bool errorOnFailedInsert)
737 return addTagAttribute(node, ns8, attr8, value, errorOnFailedInsert, false);
776 bool errorOnFailedInsert = bundle->getErrorOnFailedInsert(); local
780 bundle->getVersionCode(), errorOnFailedInsert, replaceVersion)) {
791 bundle->getVersionName(), errorOnFailedInsert, replaceVersion)) {
811 bundle->getMinSdkVersion(), errorOnFailedInsert)) {
688 addTagAttribute(const sp<XMLNode>& node, const char* ns8, const char* attr8, const char* value, bool errorOnFailedInsert, bool replaceExisting) argument
734 addTagAttribute(const sp<XMLNode>& node, const char* ns8, const char* attr8, const char* value, bool errorOnFailedInsert) argument
[all...]

Completed in 37 milliseconds