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) {
745 if (bundle->getFileSpecCount() < 1) {
750 if (bundle->getFileSpecCount() < 2) {
819 if (bundle->getFileSpecCount() < 3) {
824 for (int i=2; i<bundle->getFileSpecCount(); i++) {
846 if (bundle->getFileSpecCount() < 3) {
851 for (int i=2; i<bundle->getFileSpecCount(); i++) {
2382 if (bundle->getFileSpecCount() < 1) {
2388 if (bundle->getFileSpecCount() <
[all...]
H A DBundle.h235 int getFileSpecCount(void) const { return mArgc; } function in class:Bundle
H A DAaptAssets.cpp977 const int N = bundle->getFileSpecCount();

Completed in 276 milliseconds