34 lines
856 B
Java
34 lines
856 B
Java
package o;
|
|
|
|
import android.content.Context;
|
|
import java.io.File;
|
|
import o.C3301auu;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class Rnh extends C3301auu {
|
|
public Rnh(Context context) {
|
|
this(context, "image_manager_disk_cache");
|
|
}
|
|
|
|
private Rnh(Context context, String str) {
|
|
super(new C3301auu.HBt(context, str) { // from class: o.Rnh.2
|
|
private Context d;
|
|
private String e;
|
|
|
|
{
|
|
this.d = context;
|
|
this.e = str;
|
|
}
|
|
|
|
@Override // o.C3301auu.HBt
|
|
public final File b() {
|
|
File cacheDir = this.d.getCacheDir();
|
|
if (cacheDir == null) {
|
|
return null;
|
|
}
|
|
return this.e != null ? new File(cacheDir, this.e) : cacheDir;
|
|
}
|
|
});
|
|
}
|
|
}
|