package l2;

import java.io.File;
import p2.C1423m;

/* JADX INFO: renamed from: l2.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1125a implements InterfaceC1126b {

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

    public C1125a(boolean z8) {
        this.f14376a = z8;
    }

    @Override // l2.InterfaceC1126b
    public final String a(Object obj, C1423m c1423m) {
        File file = (File) obj;
        if (!this.f14376a) {
            return file.getPath();
        }
        return file.getPath() + ':' + file.lastModified();
    }
}
