what-the-bank/sources/o/C15124ghm.java

20 lines
483 B
Java

package o;
/* renamed from: o.ghm, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final /* synthetic */ class C15124ghm {
private static final int b = Runtime.getRuntime().availableProcessors();
public static final String e(String str) {
try {
return System.getProperty(str);
} catch (SecurityException unused) {
return null;
}
}
public static final int c() {
return b;
}
}