Searched refs:getBitness (Results 1 – 10 of 10) sorted by relevance
38 public String getBitness() { in getBitness() method in Abi
107 mExeName += mAbi.getBitness(); in setAbi()
134 String cmd = AbiFormatter.formatCmdForAbi(cmdLine, mAbi.getBitness()); in run()
130 String cmd = AbiFormatter.formatCmdForAbi(cmdLine, mAbi.getBitness()); in run()
91 Abi abi = new Abi(abiName, AbiUtils.getBitness(abiName)); in startElement()
47 public String getBitness() { in getBitness() method in Abi
414 abis.add(new Abi(abi, AbiUtils.getBitness(abi))); in getAbis()
67 String.format("%s%s", fileName, mAppendBitness ? mAbi.getBitness() : "")); in resolveRelativeFilePath()
179 public static String getBitness(String name) { in getBitness() method in AbiUtils
275 String bitness = AbiUtils.getBitness(abiName); in run()