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

Method removeFile

tools/aapt/AaptAssets.cpp:1654–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1652}
1653
1654void AaptGroup::removeFile(size_t index)
1655{
1656 mFiles.removeItemsAt(index);
1657}
1658
1659void AaptGroup::print(const String8& prefix) const
1660{

Callers 2

filterMethod · 0.45
applyFileOverlayFunction · 0.45

Calls 2

removeItemsAtMethod · 0.80
removeItemMethod · 0.65

Tested by

no test coverage detected