package o; import java.util.Objects; /* renamed from: o.fTm, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C13199fTm { private static fSN e = new HBt(); public static int c(int i, String str) { if (i > 0) { return i; } StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(" > 0 required but it was "); sb.append(i); throw new IllegalArgumentException(sb.toString()); } public static long e(long j, String str) { if (j > 0) { return j; } StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(" > 0 required but it was "); sb.append(j); throw new IllegalArgumentException(sb.toString()); } /* renamed from: o.fTm$HBt */ /* loaded from: classes.dex */ static final class HBt implements fSN { HBt() { } @Override // o.fSN public final boolean d(Object obj, Object obj2) { return Objects.equals(obj, obj2); } } public static fSN e() { return (fSN) e; } }