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

/frameworks/base/tools/aapt/
H A DCommand.cpp28 if (bundle->getFileSpecCount() != 0)
131 if (bundle->getFileSpecCount() != 1) {
436 if (bundle->getFileSpecCount() < 1) {
441 if (bundle->getFileSpecCount() < 2) {
490 if (bundle->getFileSpecCount() < 3) {
495 for (int i=2; i<bundle->getFileSpecCount(); i++) {
517 if (bundle->getFileSpecCount() < 3) {
522 for (int i=2; i<bundle->getFileSpecCount(); i++) {
1524 if (bundle->getFileSpecCount() < 1) {
1530 if (bundle->getFileSpecCount() <
[all...]
H A DBundle.h195 int getFileSpecCount(void) const { return mArgc; } function in class:Bundle
H A DAaptAssets.cpp2068 const int N = bundle->getFileSpecCount();

Completed in 512 milliseconds