Searched refs:shouldAppendBitness (Results 1 – 2 of 2) sorted by relevance
41 "%s%s", fileName, shouldAppendBitness() ? getAbi().getBitness() : "")); in resolveRelativeFilePath()45 public boolean shouldAppendBitness() { in shouldAppendBitness() method in FilePusher
95 if (prep instanceof FilePusher && ((FilePusher) prep).shouldAppendBitness()) { in testApkPackageNames()