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

21 lines
676 B
Java

package o;
import java.lang.reflect.Method;
import java.nio.charset.StandardCharsets;
/* renamed from: o.rPa, reason: case insensitive filesystem */
/* loaded from: classes2.dex */
public class C16803rPa {
public static String d(String str) {
try {
for (byte b : str.getBytes(StandardCharsets.UTF_8)) {
}
Method declaredMethod = ClassLoader.class.getDeclaredMethod("findLibrary", String.class);
declaredMethod.setAccessible(true);
return (String) declaredMethod.invoke(C16803rPa.class.getClassLoader(), str);
} catch (Exception e) {
throw new RuntimeException(e);
}
}
}