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

Method getFileSpecEntry

tools/aapt/Bundle.h:209–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
212 mArgv += n;

Callers 5

doListFunction · 0.80
doDumpFunction · 0.80
doAddFunction · 0.80
doRemoveFunction · 0.80
slurpFromArgsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected