package x4;

import androidx.room.x;
import java.io.File;

/* JADX INFO: loaded from: classes.dex */
public final class c {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f34712a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long[] f34713b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final File[] f34714c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final File[] f34715d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public boolean f34716e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public x f34717f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public long f34718g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final /* synthetic */ e f34719h;

    public c(e eVar, String str) {
        this.f34719h = eVar;
        this.f34712a = str;
        int i10 = eVar.f34731g;
        this.f34713b = new long[i10];
        this.f34714c = new File[i10];
        this.f34715d = new File[i10];
        StringBuilder sb = new StringBuilder(str);
        sb.append('.');
        int length = sb.length();
        for (int i11 = 0; i11 < eVar.f34731g; i11++) {
            sb.append(i11);
            File[] fileArr = this.f34714c;
            String string = sb.toString();
            File file = eVar.f34725a;
            fileArr[i11] = new File(file, string);
            sb.append(".tmp");
            this.f34715d[i11] = new File(file, sb.toString());
            sb.setLength(length);
        }
    }

    public final String a() {
        StringBuilder sb = new StringBuilder();
        for (long j10 : this.f34713b) {
            sb.append(' ');
            sb.append(j10);
        }
        return sb.toString();
    }
}
