导航菜单

页面标题

页面副标题

密秀 v1.0 - q1.java 源代码

正在查看: 密秀 v1.0 应用的 q1.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package a1;

import G0.C0255y;
import G0.EnumC0232m;
import G0.InterfaceC0211b0;
import G0.InterfaceC0213c0;
import G0.InterfaceC0223h0;
import G0.InterfaceC0228k;
import java.io.IOException;
import java.net.URI;
import java.nio.file.CopyOption;
import java.nio.file.DirectoryStream;
import java.nio.file.FileStore;
import java.nio.file.FileSystem;
import java.nio.file.FileVisitOption;
import java.nio.file.FileVisitor;
import java.nio.file.Files;
import java.nio.file.LinkOption;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.StandardCopyOption;
import java.nio.file.attribute.BasicFileAttributes;
import java.nio.file.attribute.FileAttribute;
import java.nio.file.attribute.FileAttributeView;
import java.nio.file.attribute.FileTime;
import java.nio.file.attribute.PosixFilePermission;
import java.nio.file.attribute.UserPrincipal;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;

@f1.s0({"SMAP\nPathUtils.kt\nKotlin\n*S Kotlin\n*F\n+ 1 PathUtils.kt\nkotlin/io/path/PathsKt__PathUtilsKt\n+ 2 ArrayIntrinsics.kt\nkotlin/ArrayIntrinsicsKt\n+ 3 fake.kt\nkotlin/jvm/internal/FakeKt\n+ 4 _Collections.kt\nkotlin/collections/CollectionsKt___CollectionsKt\n*L\n1#1,1132:1\n26#2:1133\n26#2:1137\n1#3:1134\n1855#4,2:1135\n*S KotlinDebug\n*F\n+ 1 PathUtils.kt\nkotlin/io/path/PathsKt__PathUtilsKt\n*L\n221#1:1133\n574#1:1137\n440#1:1135,2\n*E\n"})
public class q1 extends E0 {
    @E1.d
    public static final String AFee2Eiyeigeevee(@E1.d Path path) {
        FileSystem fileSystem;
        String separator;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        fileSystem = path.getFileSystem();
        separator = fileSystem.getSeparator();
        if (f1.L.beNga4uimu4icair(separator, "/")) {
            return path.toString();
        }
        String obj = path.toString();
        f1.L.uquah9aeNg8ohxoh(separator, "separator");
        return t1.B.ooGhi8FouK1wohz3(obj, separator, "/", false, 4, null);
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path AepewaeW4vahxaiv(String str, String str2, FileAttribute<?>... fileAttributeArr) throws IOException {
        Path createTempFile;
        f1.L.lookojoo9eiZ2iph(fileAttributeArr, "attributes");
        createTempFile = Files.createTempFile(str, str2, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
        f1.L.uquah9aeNg8ohxoh(createTempFile, "createTempFile(prefix, suffix, *attributes)");
        return createTempFile;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final String Aesh7xahnah2teij(Path path) {
        Path absolutePath;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        absolutePath = path.toAbsolutePath();
        return absolutePath.toString();
    }

    public static Path Aezoo8oh4ugae4ac(Path path, Path path2, boolean z2, int i2, Object obj) throws IOException {
        CopyOption[] copyOptionArr;
        Path move;
        StandardCopyOption standardCopyOption;
        if ((i2 & 2) != 0) {
            z2 = false;
        }
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, A0.f.yithei7eiPhau7sh);
        if (z2) {
            standardCopyOption = StandardCopyOption.REPLACE_EXISTING;
            copyOptionArr = new CopyOption[]{standardCopyOption};
        } else {
            copyOptionArr = new CopyOption[0];
        }
        move = Files.move(path, path2, (CopyOption[]) Arrays.copyOf(copyOptionArr, copyOptionArr.length));
        f1.L.uquah9aeNg8ohxoh(move, "move(this, target, *options)");
        return move;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path Ahgh4liquaiquohh(Path path, FileAttribute<?>... fileAttributeArr) throws IOException {
        Path createDirectory;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(fileAttributeArr, "attributes");
        createDirectory = Files.createDirectory(path, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
        f1.L.uquah9aeNg8ohxoh(createDirectory, "createDirectory(this, *attributes)");
        return createDirectory;
    }

    public static void Ahsohk4chogha8io(Path path, FileVisitor fileVisitor, int i2, boolean z2, int i3, Object obj) {
        if ((i3 & 2) != 0) {
            i2 = Integer.MAX_VALUE;
        }
        if ((i3 & 4) != 0) {
            z2 = false;
        }
        sooCae1aicuK9ooh(path, fileVisitor, i2, z2);
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path Ahx4aihien1aegh1(String str, FileAttribute<?>... fileAttributeArr) throws IOException {
        Path createTempDirectory;
        f1.L.lookojoo9eiZ2iph(fileAttributeArr, "attributes");
        createTempDirectory = Files.createTempDirectory(str, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
        f1.L.uquah9aeNg8ohxoh(createTempDirectory, "createTempDirectory(prefix, *attributes)");
        return createTempDirectory;
    }

    @E1.d
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final List<Path> AiMoyaej6jej3eig(@E1.d Path path, @E1.d String str) throws IOException {
        DirectoryStream newDirectoryStream;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(str, "glob");
        newDirectoryStream = Files.newDirectoryStream(path, str);
        try {
            DirectoryStream eiNaiXooTicou8Va = C0526w0.eiNaiXooTicou8Va(newDirectoryStream);
            f1.L.uquah9aeNg8ohxoh(eiNaiXooTicou8Va, "it");
            List<Path> xierai8aeth1Oaj8 = I0.E.xierai8aeth1Oaj8(eiNaiXooTicou8Va);
            Y0.c.eiNaiXooTicou8Va(newDirectoryStream, null);
            return xierai8aeth1Oaj8;
        } finally {
        }
    }

    public static Path Aigha0ouy5eepha9(String str, String str2, FileAttribute[] fileAttributeArr, int i2, Object obj) throws IOException {
        Path createTempFile;
        if ((i2 & 1) != 0) {
            str = null;
        }
        if ((i2 & 2) != 0) {
            str2 = null;
        }
        f1.L.lookojoo9eiZ2iph(fileAttributeArr, "attributes");
        createTempFile = Files.createTempFile(str, str2, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
        f1.L.uquah9aeNg8ohxoh(createTempFile, "createTempFile(prefix, suffix, *attributes)");
        return createTempFile;
    }

    @E1.d
    public static final String Chia6wie7eiQuu7S(@E1.d Path path) {
        Path fileName;
        String obj;
        String mahRael3poh1ieg1;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        fileName = path.getFileName();
        return (fileName == null || (obj = fileName.toString()) == null || (mahRael3poh1ieg1 = t1.C.mahRael3poh1ieg1(obj, ".", null, 2, null)) == null) ? "" : mahRael3poh1ieg1;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path Eem9jaigo3wee3eo(Path path) throws IOException {
        Path readSymbolicLink;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        readSymbolicLink = Files.readSymbolicLink(path);
        f1.L.uquah9aeNg8ohxoh(readSymbolicLink, "readSymbolicLink(this)");
        return readSymbolicLink;
    }

    public static void Eepheigee3leed5b(Path path, String str, e1.l lVar, int i2, Object obj) throws IOException {
        DirectoryStream newDirectoryStream;
        if ((i2 & 1) != 0) {
            str = "*";
        }
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(str, "glob");
        f1.L.lookojoo9eiZ2iph(lVar, "action");
        newDirectoryStream = Files.newDirectoryStream(path, str);
        try {
            DirectoryStream eiNaiXooTicou8Va = C0526w0.eiNaiXooTicou8Va(newDirectoryStream);
            f1.L.uquah9aeNg8ohxoh(eiNaiXooTicou8Va, "it");
            Iterator it = eiNaiXooTicou8Va.iterator();
            while (it.hasNext()) {
                lVar.chuo0oe2LiS9beiY(it.next());
            }
            G0.U0 u02 = G0.U0.eiNaiXooTicou8Va;
            f1.I.koo6ahlohTh1Eiph(1);
            Y0.c.eiNaiXooTicou8Va(newDirectoryStream, null);
            f1.I.zie5kei7aiJe1iek(1);
        } finally {
        }
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final boolean GahVohqueixow2ha(Path path) {
        boolean isExecutable;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        isExecutable = Files.isExecutable(path);
        return isExecutable;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path IeGh6eeJooKoceej(String str, String... strArr) {
        Path path;
        f1.L.lookojoo9eiZ2iph(str, "base");
        f1.L.lookojoo9eiZ2iph(strArr, "subpaths");
        path = Paths.get(str, (String[]) Arrays.copyOf(strArr, strArr.length));
        f1.L.uquah9aeNg8ohxoh(path, "get(base, *subpaths)");
        return path;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path Iepheomafoos0dai(Path path, UserPrincipal userPrincipal) throws IOException {
        Path owner;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(userPrincipal, "value");
        owner = Files.setOwner(path, userPrincipal);
        f1.L.uquah9aeNg8ohxoh(owner, "setOwner(this, value)");
        return owner;
    }

    @E1.d
    public static final String Ievisai4eitohcui(@E1.d Path path) {
        Path fileName;
        String obj;
        String ahwiew0eechoChee;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        fileName = path.getFileName();
        return (fileName == null || (obj = fileName.toString()) == null || (ahwiew0eechoChee = t1.C.ahwiew0eechoChee(obj, '.', "")) == null) ? "" : ahwiew0eechoChee;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path It8oequah6EiChoo(String str) {
        Path path;
        f1.L.lookojoo9eiZ2iph(str, "path");
        path = Paths.get(str, new String[0]);
        f1.L.uquah9aeNg8ohxoh(path, "get(path)");
        return path;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final boolean Lees3shoh8aiHaiw(Path path, LinkOption... linkOptionArr) {
        boolean exists;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        exists = Files.exists(path, (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        return exists;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final <T> T Oochooquoo8ieHah(Path path, String str, e1.l<? super q1.m<? extends Path>, ? extends T> lVar) throws IOException {
        DirectoryStream newDirectoryStream;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(str, "glob");
        f1.L.lookojoo9eiZ2iph(lVar, "block");
        newDirectoryStream = Files.newDirectoryStream(path, str);
        try {
            DirectoryStream eiNaiXooTicou8Va = C0526w0.eiNaiXooTicou8Va(newDirectoryStream);
            f1.L.uquah9aeNg8ohxoh(eiNaiXooTicou8Va, "it");
            T chuo0oe2LiS9beiY = lVar.chuo0oe2LiS9beiY(I0.E.ousheiGh4aiSipha(eiNaiXooTicou8Va));
            f1.I.koo6ahlohTh1Eiph(1);
            Y0.c.eiNaiXooTicou8Va(newDirectoryStream, null);
            f1.I.zie5kei7aiJe1iek(1);
            return chuo0oe2LiS9beiY;
        } finally {
        }
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path Oosahwah6geerohs(Path path, Path path2, CopyOption... copyOptionArr) throws IOException {
        Path move;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, A0.f.yithei7eiPhau7sh);
        f1.L.lookojoo9eiZ2iph(copyOptionArr, "options");
        move = Files.move(path, path2, (CopyOption[]) Arrays.copyOf(copyOptionArr, copyOptionArr.length));
        f1.L.uquah9aeNg8ohxoh(move, "move(this, target, *options)");
        return move;
    }

    public static Path TeW6KeeZiesaena4(Path path, String str, FileAttribute[] fileAttributeArr, int i2, Object obj) throws IOException {
        if ((i2 & 2) != 0) {
            str = null;
        }
        return ohgo0do2peob2IuF(path, str, fileAttributeArr);
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path WiihooTh3oomohga(Path path, String str) {
        Path resolve;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(str, "other");
        resolve = path.resolve(str);
        f1.L.uquah9aeNg8ohxoh(resolve, "this.resolve(other)");
        return resolve;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final <V extends FileAttributeView> V Xoogeip0aej2aepu(Path path, LinkOption... linkOptionArr) {
        FileAttributeView fileAttributeView;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        f1.L.Lah9AeB4johzoa5c(4, "V");
        fileAttributeView = Files.getFileAttributeView(path, p1.eiNaiXooTicou8Va(), (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        if (fileAttributeView != null) {
            return (V) J0.eiNaiXooTicou8Va(fileAttributeView);
        }
        f1.L.Lah9AeB4johzoa5c(4, "V");
        ahteelahmai4ri2A(path, p1.eiNaiXooTicou8Va());
        throw new C0255y();
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final boolean aeQuu1tae9kal0ra(Path path) {
        boolean isWritable;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        isWritable = Files.isWritable(path);
        return isWritable;
    }

    public static Path aesieX0ae7Ieco4u(String str, FileAttribute[] fileAttributeArr, int i2, Object obj) throws IOException {
        Path createTempDirectory;
        if ((i2 & 1) != 0) {
            str = null;
        }
        f1.L.lookojoo9eiZ2iph(fileAttributeArr, "attributes");
        createTempDirectory = Files.createTempDirectory(str, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
        f1.L.uquah9aeNg8ohxoh(createTempDirectory, "createTempDirectory(prefix, *attributes)");
        return createTempDirectory;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final void ahZiedeich1ADuth(Path path) throws IOException {
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        Files.delete(path);
    }

    @E1.d
    @InterfaceC0211b0
    public static final Void ahteelahmai4ri2A(@E1.d Path path, @E1.d Class<?> cls) {
        f1.L.lookojoo9eiZ2iph(path, "path");
        f1.L.lookojoo9eiZ2iph(cls, "attributeViewClass");
        throw new UnsupportedOperationException("The desired attribute view type " + cls + " is not available for the file " + path + '.');
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final FileStore ahwaTeechahd1fai(Path path) throws IOException {
        FileStore fileStore;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        fileStore = Files.getFileStore(path);
        f1.L.uquah9aeNg8ohxoh(fileStore, "getFileStore(this)");
        return fileStore;
    }

    @InterfaceC0519t
    @E1.d
    @InterfaceC0223h0(version = "1.7")
    public static final FileVisitor<Path> aiWoolaes3sao9ie(@E1.d e1.l<? super InterfaceC0521u, G0.U0> lVar) {
        f1.L.lookojoo9eiZ2iph(lVar, "builderAction");
        C0523v c0523v = new C0523v();
        lVar.chuo0oe2LiS9beiY(c0523v);
        return c0523v.NieGhae7ciej4eis();
    }

    public static final String aloow1auK0Oopuwa(Path path) {
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        return path.toString();
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final boolean aseizae3Iegh2Iev(Path path) {
        boolean isReadable;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        isReadable = Files.isReadable(path);
        return isReadable;
    }

    @E1.d
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path awahtoete5ooBeuk(@E1.e Path path, @E1.e String str, @E1.e String str2, @E1.d FileAttribute<?>... fileAttributeArr) throws IOException {
        Path createTempFile;
        String str3;
        f1.L.lookojoo9eiZ2iph(fileAttributeArr, "attributes");
        if (path != null) {
            createTempFile = Files.createTempFile(path, str, str2, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
            str3 = "createTempFile(directory…fix, suffix, *attributes)";
        } else {
            createTempFile = Files.createTempFile(str, str2, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
            str3 = "createTempFile(prefix, suffix, *attributes)";
        }
        f1.L.uquah9aeNg8ohxoh(createTempFile, str3);
        return createTempFile;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Object boophiulei1mohVe(Path path, String str, LinkOption... linkOptionArr) throws IOException {
        Object attribute;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(str, "attribute");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        attribute = Files.getAttribute(path, str, (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        return attribute;
    }

    @E1.d
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path bu4ees7ung7Gipha(@E1.d Path path, @E1.d Path path2) {
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, "base");
        Path eejaiyero3duChaX = eejaiyero3duChaX(path, path2);
        return eejaiyero3duChaX == null ? path : eejaiyero3duChaX;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path cahzae0uuqueaCae(Path path, Path path2, FileAttribute<?>... fileAttributeArr) throws IOException {
        Path createSymbolicLink;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, A0.f.yithei7eiPhau7sh);
        f1.L.lookojoo9eiZ2iph(fileAttributeArr, "attributes");
        createSymbolicLink = Files.createSymbolicLink(path, path2, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
        f1.L.uquah9aeNg8ohxoh(createSymbolicLink, "createSymbolicLink(this, target, *attributes)");
        return createSymbolicLink;
    }

    public static List caiWai3Noaquee0e(Path path, String str, int i2, Object obj) throws IOException {
        if ((i2 & 1) != 0) {
            str = "*";
        }
        return AiMoyaej6jej3eig(path, str);
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path ceeDohthoo9ke8Ie(Path path, Path path2, boolean z2) throws IOException {
        CopyOption[] copyOptionArr;
        Path copy;
        StandardCopyOption standardCopyOption;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, A0.f.yithei7eiPhau7sh);
        if (z2) {
            standardCopyOption = StandardCopyOption.REPLACE_EXISTING;
            copyOptionArr = new CopyOption[]{standardCopyOption};
        } else {
            copyOptionArr = new CopyOption[0];
        }
        copy = Files.copy(path, path2, (CopyOption[]) Arrays.copyOf(copyOptionArr, copyOptionArr.length));
        f1.L.uquah9aeNg8ohxoh(copy, "copy(this, target, *options)");
        return copy;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path chuo0oe2LiS9beiY(Path path, FileAttribute<?>... fileAttributeArr) throws IOException {
        Path createDirectories;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(fileAttributeArr, "attributes");
        createDirectories = Files.createDirectories(path, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
        f1.L.uquah9aeNg8ohxoh(createDirectories, "createDirectories(this, *attributes)");
        return createDirectories;
    }

    @InterfaceC0519t
    @InterfaceC0223h0(version = "1.7")
    public static final void ee8qua9eS3xooc8w(@E1.d Path path, int i2, boolean z2, @E1.d e1.l<? super InterfaceC0521u, G0.U0> lVar) {
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(lVar, "builderAction");
        sooCae1aicuK9ooh(path, aiWoolaes3sao9ie(lVar), i2, z2);
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path eeT1uhaiShie8muw(Path path, Path path2, CopyOption... copyOptionArr) throws IOException {
        Path copy;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, A0.f.yithei7eiPhau7sh);
        f1.L.lookojoo9eiZ2iph(copyOptionArr, "options");
        copy = Files.copy(path, path2, (CopyOption[]) Arrays.copyOf(copyOptionArr, copyOptionArr.length));
        f1.L.uquah9aeNg8ohxoh(copy, "copy(this, target, *options)");
        return copy;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path eebeZuap5OoB6thu(Path path, Path path2) throws IOException {
        Path createLink;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, A0.f.yithei7eiPhau7sh);
        createLink = Files.createLink(path, path2);
        f1.L.uquah9aeNg8ohxoh(createLink, "createLink(this, target)");
        return createLink;
    }

    @InterfaceC0223h0(version = "1.5")
    @E1.e
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path eejaiyero3duChaX(@E1.d Path path, @E1.d Path path2) {
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, "base");
        try {
            return C0466K.eiNaiXooTicou8Va.eiNaiXooTicou8Va(path, path2);
        } catch (IllegalArgumentException unused) {
            return null;
        }
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final <A extends BasicFileAttributes> A eith1aPaive1ea3s(Path path, LinkOption... linkOptionArr) throws IOException {
        BasicFileAttributes readAttributes;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        f1.L.Lah9AeB4johzoa5c(4, "A");
        readAttributes = Files.readAttributes(path, (Class<BasicFileAttributes>) C0471P.eiNaiXooTicou8Va(), (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        f1.L.uquah9aeNg8ohxoh(readAttributes, "readAttributes(this, A::class.java, *options)");
        return (A) G0.eiNaiXooTicou8Va(readAttributes);
    }

    public static Path ej5ieLeiP9eekie0(Path path, Path path2, boolean z2, int i2, Object obj) throws IOException {
        CopyOption[] copyOptionArr;
        Path copy;
        StandardCopyOption standardCopyOption;
        if ((i2 & 2) != 0) {
            z2 = false;
        }
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, A0.f.yithei7eiPhau7sh);
        if (z2) {
            standardCopyOption = StandardCopyOption.REPLACE_EXISTING;
            copyOptionArr = new CopyOption[]{standardCopyOption};
        } else {
            copyOptionArr = new CopyOption[0];
        }
        copy = Files.copy(path, path2, (CopyOption[]) Arrays.copyOf(copyOptionArr, copyOptionArr.length));
        f1.L.uquah9aeNg8ohxoh(copy, "copy(this, target, *options)");
        return copy;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final void faar8ouxaShahnah(Path path, String str, e1.l<? super Path, G0.U0> lVar) throws IOException {
        DirectoryStream newDirectoryStream;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(str, "glob");
        f1.L.lookojoo9eiZ2iph(lVar, "action");
        newDirectoryStream = Files.newDirectoryStream(path, str);
        try {
            DirectoryStream eiNaiXooTicou8Va = C0526w0.eiNaiXooTicou8Va(newDirectoryStream);
            f1.L.uquah9aeNg8ohxoh(eiNaiXooTicou8Va, "it");
            Iterator it = eiNaiXooTicou8Va.iterator();
            while (it.hasNext()) {
                lVar.chuo0oe2LiS9beiY(it.next());
            }
            G0.U0 u02 = G0.U0.eiNaiXooTicou8Va;
            f1.I.koo6ahlohTh1Eiph(1);
            Y0.c.eiNaiXooTicou8Va(newDirectoryStream, null);
            f1.I.zie5kei7aiJe1iek(1);
        } finally {
        }
    }

    public static final String feihoh1aingieNgo(Path path) {
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        return AFee2Eiyeigeevee(path);
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final UserPrincipal gai9uSoaF2Xojera(Path path, LinkOption... linkOptionArr) throws IOException {
        UserPrincipal owner;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        owner = Files.getOwner(path, (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        return owner;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final boolean geiSh2aet5Yohdei(Path path) throws IOException {
        boolean deleteIfExists;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        deleteIfExists = Files.deleteIfExists(path);
        return deleteIfExists;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final boolean heevahGhoona6Ohv(Path path) {
        boolean isSymbolicLink;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        isSymbolicLink = Files.isSymbolicLink(path);
        return isSymbolicLink;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final boolean hegaedeiHuuchae0(Path path, LinkOption... linkOptionArr) {
        boolean notExists;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        notExists = Files.notExists(path, (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        return notExists;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final boolean iajainuTieT9quee(Path path, LinkOption... linkOptionArr) {
        boolean isDirectory;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        isDirectory = Files.isDirectory(path, (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        return isDirectory;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path ieGai9quaip3Ohci(Path path, Path path2) {
        Path resolve;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, "other");
        resolve = path.resolve(path2);
        f1.L.uquah9aeNg8ohxoh(resolve, "this.resolve(other)");
        return resolve;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path ke8Aichahshahkih(Path path) {
        Path absolutePath;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        absolutePath = path.toAbsolutePath();
        f1.L.uquah9aeNg8ohxoh(absolutePath, "toAbsolutePath()");
        return absolutePath;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final boolean mub8Aev2Yaeghoo5(Path path) throws IOException {
        boolean isHidden;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        isHidden = Files.isHidden(path);
        return isHidden;
    }

    public static Object nahf5ajohwais6Si(Path path, String str, e1.l lVar, int i2, Object obj) throws IOException {
        DirectoryStream newDirectoryStream;
        if ((i2 & 1) != 0) {
            str = "*";
        }
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(str, "glob");
        f1.L.lookojoo9eiZ2iph(lVar, "block");
        newDirectoryStream = Files.newDirectoryStream(path, str);
        try {
            DirectoryStream eiNaiXooTicou8Va = C0526w0.eiNaiXooTicou8Va(newDirectoryStream);
            f1.L.uquah9aeNg8ohxoh(eiNaiXooTicou8Va, "it");
            Object chuo0oe2LiS9beiY = lVar.chuo0oe2LiS9beiY(I0.E.ousheiGh4aiSipha(eiNaiXooTicou8Va));
            f1.I.koo6ahlohTh1Eiph(1);
            Y0.c.eiNaiXooTicou8Va(newDirectoryStream, null);
            f1.I.zie5kei7aiJe1iek(1);
            return chuo0oe2LiS9beiY;
        } finally {
        }
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final boolean nohn4TaCho6eeMem(Path path, LinkOption... linkOptionArr) {
        boolean isRegularFile;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        isRegularFile = Files.isRegularFile(path, (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        return isRegularFile;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path oJohwo2uleiwiepi(Path path, Path path2, boolean z2) throws IOException {
        CopyOption[] copyOptionArr;
        Path move;
        StandardCopyOption standardCopyOption;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, A0.f.yithei7eiPhau7sh);
        if (z2) {
            standardCopyOption = StandardCopyOption.REPLACE_EXISTING;
            copyOptionArr = new CopyOption[]{standardCopyOption};
        } else {
            copyOptionArr = new CopyOption[0];
        }
        move = Files.move(path, path2, (CopyOption[]) Arrays.copyOf(copyOptionArr, copyOptionArr.length));
        f1.L.uquah9aeNg8ohxoh(move, "move(this, target, *options)");
        return move;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final <V extends FileAttributeView> V ohPheip6othoh5ee(Path path, LinkOption... linkOptionArr) {
        FileAttributeView fileAttributeView;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        f1.L.Lah9AeB4johzoa5c(4, "V");
        fileAttributeView = Files.getFileAttributeView(path, p1.eiNaiXooTicou8Va(), (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        return (V) fileAttributeView;
    }

    @E1.d
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path ohgo0do2peob2IuF(@E1.e Path path, @E1.e String str, @E1.d FileAttribute<?>... fileAttributeArr) throws IOException {
        Path createTempDirectory;
        String str2;
        f1.L.lookojoo9eiZ2iph(fileAttributeArr, "attributes");
        if (path != null) {
            createTempDirectory = Files.createTempDirectory(path, str, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
            str2 = "createTempDirectory(dire…ory, prefix, *attributes)";
        } else {
            createTempDirectory = Files.createTempDirectory(str, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
            str2 = "createTempDirectory(prefix, *attributes)";
        }
        f1.L.uquah9aeNg8ohxoh(createTempDirectory, str2);
        return createTempDirectory;
    }

    @E1.d
    public static final String ooCh2yiej0eeseef(@E1.d Path path) {
        Path fileName;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        fileName = path.getFileName();
        String obj = fileName != null ? fileName.toString() : null;
        return obj == null ? "" : obj;
    }

    public static Path ooch6eevah4Aigog(Path path, String str, String str2, FileAttribute[] fileAttributeArr, int i2, Object obj) throws IOException {
        if ((i2 & 2) != 0) {
            str = null;
        }
        if ((i2 & 4) != 0) {
            str2 = null;
        }
        return awahtoete5ooBeuk(path, str, str2, fileAttributeArr);
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path ousheiGh4aiSipha(Path path, Set<? extends PosixFilePermission> set) throws IOException {
        Path posixFilePermissions;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(set, "value");
        posixFilePermissions = Files.setPosixFilePermissions(path, set);
        f1.L.uquah9aeNg8ohxoh(posixFilePermissions, "setPosixFilePermissions(this, value)");
        return posixFilePermissions;
    }

    @E1.d
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path poo1Iphaevoqu7th(@E1.d Path path, @E1.d Path path2) {
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, "base");
        try {
            return C0466K.eiNaiXooTicou8Va.eiNaiXooTicou8Va(path, path2);
        } catch (IllegalArgumentException e2) {
            throw new IllegalArgumentException(e2.getMessage() + "\nthis path: " + path + "\nbase path: " + path2, e2);
        }
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Set<PosixFilePermission> sahp5oosh5eZeob0(Path path, LinkOption... linkOptionArr) throws IOException {
        Set<PosixFilePermission> posixFilePermissions;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        posixFilePermissions = Files.getPosixFilePermissions(path, (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        f1.L.uquah9aeNg8ohxoh(posixFilePermissions, "getPosixFilePermissions(this, *options)");
        return posixFilePermissions;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path seewou1EzeGhaer6(Path path, FileAttribute<?>... fileAttributeArr) throws IOException {
        Path createFile;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(fileAttributeArr, "attributes");
        createFile = Files.createFile(path, (FileAttribute[]) Arrays.copyOf(fileAttributeArr, fileAttributeArr.length));
        f1.L.uquah9aeNg8ohxoh(createFile, "createFile(this, *attributes)");
        return createFile;
    }

    @InterfaceC0519t
    @E1.d
    @InterfaceC0223h0(version = "1.7")
    public static final q1.m<Path> shaiCh0eijah5yei(@E1.d Path path, @E1.d EnumC0475U... enumC0475UArr) {
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(enumC0475UArr, "options");
        return new C0470O(path, enumC0475UArr);
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final boolean siev9Aicoh3icoix(Path path, Path path2) throws IOException {
        boolean isSameFile;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(path2, "other");
        isSameFile = Files.isSameFile(path, path2);
        return isSameFile;
    }

    @InterfaceC0519t
    @InterfaceC0223h0(version = "1.7")
    public static final void sooCae1aicuK9ooh(@E1.d Path path, @E1.d FileVisitor<Path> fileVisitor, int i2, boolean z2) {
        Set ma1aej6cohmutahY;
        FileVisitOption fileVisitOption;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(fileVisitor, "visitor");
        if (z2) {
            fileVisitOption = FileVisitOption.FOLLOW_LINKS;
            ma1aej6cohmutahY = I0.l0.So5Iifei8bahgeth(fileVisitOption);
        } else {
            ma1aej6cohmutahY = I0.m0.ma1aej6cohmutahY();
        }
        Files.walkFileTree(path, ma1aej6cohmutahY, i2, fileVisitor);
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final FileTime tai2feiyooThieV6(Path path, LinkOption... linkOptionArr) throws IOException {
        FileTime lastModifiedTime;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        lastModifiedTime = Files.getLastModifiedTime(path, (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        f1.L.uquah9aeNg8ohxoh(lastModifiedTime, "getLastModifiedTime(this, *options)");
        return lastModifiedTime;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final long tohZaba1Buo5kam7(Path path) throws IOException {
        long size;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        size = Files.size(path);
        return size;
    }

    public static void vo7thae4eeJareeS(Path path, int i2, boolean z2, e1.l lVar, int i3, Object obj) {
        if ((i3 & 1) != 0) {
            i2 = Integer.MAX_VALUE;
        }
        if ((i3 & 2) != 0) {
            z2 = false;
        }
        ee8qua9eS3xooc8w(path, i2, z2, lVar);
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path yatee9dae1iethaG(Path path, String str, Object obj, LinkOption... linkOptionArr) throws IOException {
        Path attribute;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(str, "attribute");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        attribute = Files.setAttribute(path, str, obj, (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        f1.L.uquah9aeNg8ohxoh(attribute, "setAttribute(this, attribute, value, *options)");
        return attribute;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path ziqu1Iu9phieghao(URI uri) {
        Path path;
        f1.L.lookojoo9eiZ2iph(uri, "<this>");
        path = Paths.get(uri);
        f1.L.uquah9aeNg8ohxoh(path, "get(this)");
        return path;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Path zo8ceicaeLoox8me(Path path, FileTime fileTime) throws IOException {
        Path lastModifiedTime;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(fileTime, "value");
        lastModifiedTime = Files.setLastModifiedTime(path, fileTime);
        f1.L.uquah9aeNg8ohxoh(lastModifiedTime, "setLastModifiedTime(this, value)");
        return lastModifiedTime;
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static final Map<String, Object> zu6fee8uaGiuc8fi(Path path, String str, LinkOption... linkOptionArr) throws IOException {
        Map<String, Object> readAttributes;
        f1.L.lookojoo9eiZ2iph(path, "<this>");
        f1.L.lookojoo9eiZ2iph(str, "attributes");
        f1.L.lookojoo9eiZ2iph(linkOptionArr, "options");
        readAttributes = Files.readAttributes(path, str, (LinkOption[]) Arrays.copyOf(linkOptionArr, linkOptionArr.length));
        f1.L.uquah9aeNg8ohxoh(readAttributes, "readAttributes(this, attributes, *options)");
        return readAttributes;
    }

    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static void Aiho5reegh0Koen3(Path path) {
    }

    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static void Eifaegh0ooNgee0z(Path path) {
    }

    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static void Vezo9mud2iwo1Iuw(Path path) {
    }

    @V0.f
    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static void fa1jebae3zeLooCi(Path path) {
    }

    @InterfaceC0223h0(version = "1.5")
    @G0.Y0(markerClass = {InterfaceC0519t.class})
    public static void waiChohbai5cene0(Path path) {
    }

    @V0.f
    @InterfaceC0519t
    @InterfaceC0223h0(version = "1.4")
    @InterfaceC0228k(level = EnumC0232m.ERROR, message = "Use invariantSeparatorsPathString property instead.", replaceWith = @InterfaceC0213c0(expression = "invariantSeparatorsPathString", imports = {}))
    public static void zau1iez7wi7Ieh2g(Path path) {
    }
}