MCPcopy 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

doVersionFunction · 0.80
doListFunction · 0.80
doDumpFunction · 0.80
doAddFunction · 0.80
doRemoveFunction · 0.80
doPackageFunction · 0.80
slurpFromArgsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected