Searched refs:arch (Results 1 – 1 of 1) sorted by relevance
137 public static Set<String> getAbisForArch(String arch) { in getAbisForArch() argument138 if (arch == null || arch.isEmpty() || !ARCH_TO_ABIS.containsKey(arch)) { in getAbisForArch()141 return new HashSet<String>(ARCH_TO_ABIS.get(arch)); in getAbisForArch()