Searched refs:getAbisForArch (Results 1 – 5 of 5) sorted by relevance
100 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture); in extractSupportedAbis()124 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture); in extractSupportedAbis()
102 public static Set<String> getAbisForArch(String arch) { in getAbisForArch() method in AbiUtils
72 String abis = Joiner.on(" ").join(AbiUtils.getAbisForArch(architecture)); in main()
245 Set<String> supportedAbis = AbiUtils.getAbisForArch(architecture); in getSupportedAbis()
408 Set<String> archAbis = AbiUtils.getAbisForArch(SuiteInfo.TARGET_ARCH); in getAbis()