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) {
745 if (bundle->getFileSpecCount() < 1) {
750 if (bundle->getFileSpecCount() < 2) {
820 if (bundle->getFileSpecCount() < 3) {
825 for (int i=2; i<bundle->getFileSpecCount(); i++) {
847 if (bundle->getFileSpecCount() < 3) {
852 for (int i=2; i<bundle->getFileSpecCount(); i++) {
    [all...]
Bundle.h 235 int getFileSpecCount(void) const { return mArgc; }
AaptAssets.cpp 977 const int N = bundle->getFileSpecCount();
    [all...]

Completed in 4983 milliseconds