MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / getSymbolName

Function getSymbolName

tools/aapt/Resource.cpp:1622–1628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1620}
1621
1622static String8 getSymbolName(const String8& symbol) {
1623 ssize_t colon = symbol.find(":", 0);
1624 if (colon >= 0) {
1625 return String8(symbol.string() + colon + 1);
1626 }
1627 return symbol;
1628}
1629
1630static String16 getAttributeComment(const sp<AaptAssets>& assets,
1631 const String8& name,

Callers 1

writeLayoutClassesFunction · 0.85

Calls 2

findMethod · 0.80
stringMethod · 0.80

Tested by

no test coverage detected