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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp555 const String16& parentIdent,
579 String8(parentIdent).string(),
585 myPackage, curType, ident, parentIdent, itemIdent, str,
1255 String16 parentIdent; local
1258 parentIdent = String16(block.getAttributeStringValue(parentIdentIdx, &len));
1262 parentIdent.setTo(ident, sep);
1269 parentIdent, &curParams,
1341 ident, parentIdent, itemIdent, curFormat,
1350 curType, ident, parentIdent, itemIdent, curFormat, true,
548 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument

Completed in 13 milliseconds