Home
last modified time | relevance | path

Searched refs:getFileSpecEntry (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
DCommand.cpp153 zipFileName = bundle->getFileSpecEntry(0); in doList()
716 const char* option = bundle->getFileSpecEntry(0); in doDump()
717 const char* filename = bundle->getFileSpecEntry(1); in doDump()
777 const char* resname = bundle->getFileSpecEntry(i); in doDump()
804 const char* resname = bundle->getFileSpecEntry(i); in doDump()
2291 zipFileName = bundle->getFileSpecEntry(0); in doAdd()
2305 const char* fileName = bundle->getFileSpecEntry(i); in doAdd()
2323 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName); in doAdd()
2356 zipFileName = bundle->getFileSpecEntry(0); in doRemove()
2371 const char* fileName = bundle->getFileSpecEntry(i); in doRemove()
[all …]
DBundle.h233 const char* getFileSpecEntry(int idx) const { return mArgv[idx]; } in getFileSpecEntry() function
DAaptAssets.cpp1066 const char* assetDir = bundle->getFileSpecEntry(arg); in slurpFromArgs()