Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCommand.cpp135 zipFileName = bundle->getFileSpecEntry(0); in doList()
739 const char* option = bundle->getFileSpecEntry(0); in doDump()
740 const char* filename = bundle->getFileSpecEntry(1); in doDump()
810 const char* resname = bundle->getFileSpecEntry(i); in doDump()
837 const char* resname = bundle->getFileSpecEntry(i); in doDump()
2399 zipFileName = bundle->getFileSpecEntry(0); in doAdd()
2413 const char* fileName = bundle->getFileSpecEntry(i); in doAdd()
2431 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName); in doAdd()
2464 zipFileName = bundle->getFileSpecEntry(0); in doRemove()
2479 const char* fileName = bundle->getFileSpecEntry(i); in doRemove()
[all …]
DBundle.h241 const char* getFileSpecEntry(int idx) const { return mArgv[idx]; } in getFileSpecEntry() function
DAaptAssets.cpp1067 const char* assetDir = bundle->getFileSpecEntry(arg); in slurpFromArgs()