- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
29 lines
991 B
Java
29 lines
991 B
Java
package kotlinx.coroutines.internal;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public abstract class SystemPropsKt {
|
|
public static final int getAVAILABLE_PROCESSORS() {
|
|
return SystemPropsKt__SystemPropsKt.getAVAILABLE_PROCESSORS();
|
|
}
|
|
|
|
public static final int systemProp(String str, int i, int i2, int i3) {
|
|
return SystemPropsKt__SystemProps_commonKt.systemProp(str, i, i2, i3);
|
|
}
|
|
|
|
public static final long systemProp(String str, long j, long j2, long j3) {
|
|
return SystemPropsKt__SystemProps_commonKt.systemProp(str, j, j2, j3);
|
|
}
|
|
|
|
public static final String systemProp(String str) {
|
|
return SystemPropsKt__SystemPropsKt.systemProp(str);
|
|
}
|
|
|
|
public static final String systemProp(String str, String str2) {
|
|
return SystemPropsKt__SystemProps_commonKt.systemProp(str, str2);
|
|
}
|
|
|
|
public static final boolean systemProp(String str, boolean z) {
|
|
return SystemPropsKt__SystemProps_commonKt.systemProp(str, z);
|
|
}
|
|
}
|