apkfuckery/com.discord/smali_classes2/c0/m/a$a.smali

56 lines
1.1 KiB
Smali
Raw Normal View History

2020-09-18 17:51:47 +00:00
.class public abstract Lc0/m/a$a;
.super Lc0/m/a$c;
2020-09-08 08:16:32 +00:00
.source "FileTreeWalk.kt"
2020-09-02 04:07:20 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2020-09-18 17:51:47 +00:00
value = Lc0/m/a;
2020-09-02 04:07:20 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2020-09-08 08:16:32 +00:00
accessFlags = 0x409
2020-09-02 04:07:20 +00:00
name = "a"
.end annotation
# direct methods
2020-09-08 08:16:32 +00:00
.method public constructor <init>(Ljava/io/File;)V
.locals 1
2020-09-02 04:07:20 +00:00
2020-09-16 23:45:23 +00:00
const-string v0, "rootDir"
2020-09-18 17:51:47 +00:00
invoke-static {p1, v0}, Lc0/n/c/i;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
2020-09-16 23:45:23 +00:00
2020-09-18 17:51:47 +00:00
invoke-direct {p0, p1}, Lc0/m/a$c;-><init>(Ljava/io/File;)V
2020-09-02 04:07:20 +00:00
2020-09-18 17:51:47 +00:00
sget-boolean v0, Lc0/h;->a:Z
2020-09-02 04:07:20 +00:00
2020-09-08 08:16:32 +00:00
if-eqz v0, :cond_1
2020-09-02 04:07:20 +00:00
2020-09-08 08:16:32 +00:00
invoke-virtual {p1}, Ljava/io/File;->isDirectory()Z
2020-09-02 04:07:20 +00:00
2020-09-08 08:16:32 +00:00
move-result p1
2020-09-02 04:07:20 +00:00
2020-09-18 17:51:47 +00:00
sget-boolean v0, Lc0/h;->a:Z
2020-09-02 04:07:20 +00:00
2020-09-08 08:16:32 +00:00
if-eqz v0, :cond_1
2020-09-02 04:07:20 +00:00
2020-09-08 08:16:32 +00:00
if-eqz p1, :cond_0
2020-09-02 04:07:20 +00:00
2020-09-08 08:16:32 +00:00
goto :goto_0
2020-09-02 04:07:20 +00:00
:cond_0
2020-09-08 08:16:32 +00:00
new-instance p1, Ljava/lang/AssertionError;
2020-09-02 04:07:20 +00:00
2020-09-08 08:16:32 +00:00
const-string v0, "rootDir must be verified to be directory beforehand."
2020-09-02 04:07:20 +00:00
2020-09-08 08:16:32 +00:00
invoke-direct {p1, v0}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
2020-09-02 04:07:20 +00:00
2020-09-08 08:16:32 +00:00
throw p1
2020-09-02 04:07:20 +00:00
:cond_1
2020-09-08 08:16:32 +00:00
:goto_0
2020-09-02 04:07:20 +00:00
return-void
.end method