63 lines
1.1 KiB
Smali
63 lines
1.1 KiB
Smali
|
.class public abstract Ly/u/c$a;
|
||
|
.super Ly/u/c$c;
|
||
|
.source "FileTreeWalk.kt"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Ly/u/c;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x409
|
||
|
name = "a"
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public constructor <init>(Ljava/io/File;)V
|
||
|
.locals 1
|
||
|
|
||
|
if-eqz p1, :cond_2
|
||
|
|
||
|
invoke-direct {p0, p1}, Ly/u/c$c;-><init>(Ljava/io/File;)V
|
||
|
|
||
|
sget-boolean v0, Ly/p;->a:Z
|
||
|
|
||
|
if-eqz v0, :cond_1
|
||
|
|
||
|
invoke-virtual {p1}, Ljava/io/File;->isDirectory()Z
|
||
|
|
||
|
move-result p1
|
||
|
|
||
|
sget-boolean v0, Ly/p;->a:Z
|
||
|
|
||
|
if-eqz v0, :cond_1
|
||
|
|
||
|
if-eqz p1, :cond_0
|
||
|
|
||
|
goto :goto_0
|
||
|
|
||
|
:cond_0
|
||
|
new-instance p1, Ljava/lang/AssertionError;
|
||
|
|
||
|
const-string v0, "rootDir must be verified to be directory beforehand."
|
||
|
|
||
|
invoke-direct {p1, v0}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
|
||
|
|
||
|
throw p1
|
||
|
|
||
|
:cond_1
|
||
|
:goto_0
|
||
|
return-void
|
||
|
|
||
|
:cond_2
|
||
|
const-string p1, "rootDir"
|
||
|
|
||
|
invoke-static {p1}, Ly/v/b/j;->a(Ljava/lang/String;)V
|
||
|
|
||
|
const/4 p1, 0x0
|
||
|
|
||
|
throw p1
|
||
|
.end method
|