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

Method getPrintableSource

tools/aapt/AaptAssets.cpp:1619–1628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1617}
1618
1619String8 AaptFile::getPrintableSource() const
1620{
1621 if (hasData()) {
1622 String8 name(mGroupEntry.toDirName(String8()));
1623 name.appendPath(mPath);
1624 name.append(" #generated");
1625 return name;
1626 }
1627 return mSourceFile;
1628}
1629
1630// =========================================================================
1631// =========================================================================

Callers 15

preProcessImageFunction · 0.80
PendingAttributeMethod · 0.80
compileAttributeFunction · 0.80
parseAndAddBagFunction · 0.80
parseAndAddEntryFunction · 0.80
compileResourceFileFunction · 0.80
printMethod · 0.80
validateMethod · 0.80
filterMethod · 0.80
processFileFunction · 0.80
processOverlayFileFunction · 0.80
nextMethod · 0.80

Calls 5

toDirNameMethod · 0.80
appendPathMethod · 0.80
appendMethod · 0.65
sizeMethod · 0.65
valueAtMethod · 0.45

Tested by

no test coverage detected