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) {
583 if (bundle->getFileSpecCount() < 1) {
588 if (bundle->getFileSpecCount() < 2) {
645 if (bundle->getFileSpecCount() < 3) {
650 for (int i=2; i<bundle->getFileSpecCount(); i++) {
672 if (bundle->getFileSpecCount() < 3) {
677 for (int i=2; i<bundle->getFileSpecCount(); i++) {
2095 if (bundle->getFileSpecCount() < 1) {
2101 if (bundle->getFileSpecCount() <
[all...]
H A DBundle.h221 int getFileSpecCount(void) const { return mArgc; } function in class:Bundle
H A DAaptAssets.cpp974 const int N = bundle->getFileSpecCount();

Completed in 67 milliseconds