Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CyanogenMod/android_frameworks_base
/ getFileSpecCount
Method
getFileSpecCount
tools/aapt/Bundle.h:208–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
mArgv = argv;
207
}
208
int getFileSpecCount(void) const { return mArgc; }
209
const char* getFileSpecEntry(int idx) const { return mArgv[idx]; }
210
void eatArgs(int n) {
211
if (n > mArgc) n = mArgc;
Callers
7
doVersion
Function · 0.80
doList
Function · 0.80
doDump
Function · 0.80
doAdd
Function · 0.80
doRemove
Function · 0.80
doPackage
Function · 0.80
slurpFromArgs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected