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

/frameworks/base/tools/aapt/
H A DCommand.cpp135 zipFileName = bundle->getFileSpecEntry(0);
446 const char* option = bundle->getFileSpecEntry(0);
447 const char* filename = bundle->getFileSpecEntry(1);
496 const char* resname = bundle->getFileSpecEntry(i);
523 const char* resname = bundle->getFileSpecEntry(i);
1528 zipFileName = bundle->getFileSpecEntry(0);
1542 const char* fileName = bundle->getFileSpecEntry(i);
1559 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName);
1591 zipFileName = bundle->getFileSpecEntry(0);
1606 const char* fileName = bundle->getFileSpecEntry(
[all...]
H A DBundle.h196 const char* getFileSpecEntry(int idx) const { return mArgv[idx]; } function in class:Bundle
H A DAaptAssets.cpp2153 const char* assetDir = bundle->getFileSpecEntry(arg);

Completed in 1267 milliseconds