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

/frameworks/base/tools/aapt/
H A DCommand.cpp41 if (bundle->getFileSpecCount() != 0) {
149 if (bundle->getFileSpecCount() != 1) {
582 if (bundle->getFileSpecCount() < 1) {
587 if (bundle->getFileSpecCount() < 2) {
647 if (bundle->getFileSpecCount() < 3) {
652 for (int i=2; i<bundle->getFileSpecCount(); i++) {
674 if (bundle->getFileSpecCount() < 3) {
679 for (int i=2; i<bundle->getFileSpecCount(); i++) {
2097 if (bundle->getFileSpecCount() < 1) {
2103 if (bundle->getFileSpecCount() <
[all...]
H A DBundle.h216 int getFileSpecCount(void) const { return mArgc; } function in class:Bundle
H A DAaptAssets.cpp1001 const int N = bundle->getFileSpecCount();

Completed in 1147 milliseconds