Home
last modified time | relevance | path

Searched refs:getFileSpecCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tools/aapt/
H A DCommand.cpp131 if (bundle->getFileSpecCount() != 1) { in doList()
729 if (bundle->getFileSpecCount() < 1) { in doDump()
734 if (bundle->getFileSpecCount() < 2) { in doDump()
806 if (bundle->getFileSpecCount() < 3) { in doDump()
811 for (int i=2; i<bundle->getFileSpecCount(); i++) { in doDump()
833 if (bundle->getFileSpecCount() < 3) { in doDump()
2452 if (bundle->getFileSpecCount() < 1) { in doAdd()
2458 if (bundle->getFileSpecCount() < 2) { in doAdd()
2517 if (bundle->getFileSpecCount() < 1) { in doRemove()
2523 if (bundle->getFileSpecCount() < 2) { in doRemove()
[all …]
H A DBundle.h240 int getFileSpecCount(void) const { return mArgc; } in getFileSpecCount() function
H A DMain.cpp29 if (bundle->getFileSpecCount() != 0) { in doVersion()
H A DAaptAssets.cpp978 const int N = bundle->getFileSpecCount(); in slurpFromArgs()