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 27 if (bundle->getFileSpecCount() != 0)
130 if (bundle->getFileSpecCount() != 1) {
433 if (bundle->getFileSpecCount() < 1) {
438 if (bundle->getFileSpecCount() < 2) {
482 if (bundle->getFileSpecCount() < 3) {
487 for (int i=2; i<bundle->getFileSpecCount(); i++) {
509 if (bundle->getFileSpecCount() < 3) {
514 for (int i=2; i<bundle->getFileSpecCount(); i++) {
    [all...]
Bundle.h 172 int getFileSpecCount(void) const { return mArgc; }
AaptAssets.cpp     [all...]

Completed in 42 milliseconds