package coil.decode;

import S4.p;
import coil.annotation.ExperimentalCoilApi;
import coil.decode.ImageSource;
import w4.InterfaceC3141c;

/* JADX INFO: loaded from: classes.dex */
@ExperimentalCoilApi
public final class AssetMetadata extends ImageSource.Metadata {
    private final String filePath;

    public AssetMetadata(String str) {
        this.filePath = str;
    }

    @InterfaceC3141c
    public static /* synthetic */ void getFileName$annotations() {
    }

    public final String getFileName() {
        String str = this.filePath;
        return p.i1('/', str, str);
    }

    public final String getFilePath() {
        return this.filePath;
    }
}
