HomeSort by relevance Sort by last modified time
    Searched refs:getFileSpecCount (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt/
Command.cpp 41 if (bundle->getFileSpecCount() != 0) {
149 if (bundle->getFileSpecCount() != 1) {
583 if (bundle->getFileSpecCount() < 1) {
588 if (bundle->getFileSpecCount() < 2) {
648 if (bundle->getFileSpecCount() < 3) {
653 for (int i=2; i<bundle->getFileSpecCount(); i++) {
675 if (bundle->getFileSpecCount() < 3) {
680 for (int i=2; i<bundle->getFileSpecCount(); i++) {
    [all...]
Bundle.h 225 int getFileSpecCount(void) const { return mArgc; }
AaptAssets.cpp 1001 const int N = bundle->getFileSpecCount();
    [all...]

Completed in 202 milliseconds