Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1654
void AaptGroup::removeFile(size_t index)
1655
{
1656
mFiles.removeItemsAt(index);
1657
}
1658
1659
void AaptGroup::print(const String8& prefix) const
1660
{
Callers
2
filter
Method · 0.45
applyFileOverlay
Function · 0.45
Calls
2
removeItemsAt
Method · 0.80
removeItem
Method · 0.65
Tested by
no test coverage detected