- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
110 lines
2.7 KiB
Smali
110 lines
2.7 KiB
Smali
.class public Lokhttp3/Cache$CacheRequestImpl$1;
|
|
.super Lokio/ForwardingSink;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lokhttp3/Cache$CacheRequestImpl;-><init>(Lokhttp3/Cache;Lokhttp3/internal/cache/DiskLruCache$Editor;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic this$1:Lokhttp3/Cache$CacheRequestImpl;
|
|
|
|
.field public final synthetic val$editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
|
|
|
|
.field public final synthetic val$this$0:Lokhttp3/Cache;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lokhttp3/Cache$CacheRequestImpl;Lokio/Sink;Lokhttp3/Cache;Lokhttp3/internal/cache/DiskLruCache$Editor;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lokhttp3/Cache$CacheRequestImpl$1;->this$1:Lokhttp3/Cache$CacheRequestImpl;
|
|
|
|
iput-object p3, p0, Lokhttp3/Cache$CacheRequestImpl$1;->val$this$0:Lokhttp3/Cache;
|
|
|
|
iput-object p4, p0, Lokhttp3/Cache$CacheRequestImpl$1;->val$editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
|
|
|
|
.line 440
|
|
invoke-direct {p0, p2}, Lokio/ForwardingSink;-><init>(Lokio/Sink;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public close()V
|
|
.locals 4
|
|
|
|
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl$1;->this$1:Lokhttp3/Cache$CacheRequestImpl;
|
|
|
|
.line 442
|
|
iget-object v0, v0, Lokhttp3/Cache$CacheRequestImpl;->this$0:Lokhttp3/Cache;
|
|
|
|
monitor-enter v0
|
|
|
|
:try_start_0
|
|
iget-object v1, p0, Lokhttp3/Cache$CacheRequestImpl$1;->this$1:Lokhttp3/Cache$CacheRequestImpl;
|
|
|
|
.line 443
|
|
iget-boolean v2, v1, Lokhttp3/Cache$CacheRequestImpl;->done:Z
|
|
|
|
if-eqz v2, :cond_0
|
|
|
|
.line 444
|
|
monitor-exit v0
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v2, 0x1
|
|
|
|
.line 446
|
|
iput-boolean v2, v1, Lokhttp3/Cache$CacheRequestImpl;->done:Z
|
|
|
|
.line 447
|
|
iget-object v1, v1, Lokhttp3/Cache$CacheRequestImpl;->this$0:Lokhttp3/Cache;
|
|
|
|
iget v3, v1, Lokhttp3/Cache;->writeSuccessCount:I
|
|
|
|
add-int/2addr v3, v2
|
|
|
|
iput v3, v1, Lokhttp3/Cache;->writeSuccessCount:I
|
|
|
|
.line 448
|
|
monitor-exit v0
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 449
|
|
invoke-super {p0}, Lokio/ForwardingSink;->close()V
|
|
|
|
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl$1;->val$editor:Lokhttp3/internal/cache/DiskLruCache$Editor;
|
|
|
|
.line 450
|
|
invoke-virtual {v0}, Lokhttp3/internal/cache/DiskLruCache$Editor;->commit()V
|
|
|
|
return-void
|
|
|
|
.line 448
|
|
:goto_0
|
|
:try_start_1
|
|
monitor-exit v0
|
|
:try_end_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
throw v1
|
|
.end method
|