class sun.nio.fs.BsdFileStore extends sun.nio.fs.UnixFileStore
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.BsdFileStore
  super_class: sun.nio.fs.UnixFileStore
{
  void <init>(sun.nio.fs.UnixPath);
    descriptor: (Lsun/nio/fs/UnixPath;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.BsdFileStore this
        start local 1 // sun.nio.fs.UnixPath file
         0: .line 40
            aload 0 /* this */
            aload 1 /* file */
            invokespecial sun.nio.fs.UnixFileStore.<init>:(Lsun/nio/fs/UnixPath;)V
         1: .line 41
            return
        end local 1 // sun.nio.fs.UnixPath file
        end local 0 // sun.nio.fs.BsdFileStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/BsdFileStore;
            0    2     1  file  Lsun/nio/fs/UnixPath;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  void <init>(sun.nio.fs.UnixFileSystem, sun.nio.fs.UnixMountEntry);
    descriptor: (Lsun/nio/fs/UnixFileSystem;Lsun/nio/fs/UnixMountEntry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.fs.BsdFileStore this
        start local 1 // sun.nio.fs.UnixFileSystem fs
        start local 2 // sun.nio.fs.UnixMountEntry entry
         0: .line 44
            aload 0 /* this */
            aload 1 /* fs */
            aload 2 /* entry */
            invokespecial sun.nio.fs.UnixFileStore.<init>:(Lsun/nio/fs/UnixFileSystem;Lsun/nio/fs/UnixMountEntry;)V
         1: .line 45
            return
        end local 2 // sun.nio.fs.UnixMountEntry entry
        end local 1 // sun.nio.fs.UnixFileSystem fs
        end local 0 // sun.nio.fs.BsdFileStore this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/fs/BsdFileStore;
            0    2     1     fs  Lsun/nio/fs/UnixFileSystem;
            0    2     2  entry  Lsun/nio/fs/UnixMountEntry;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      fs     
      entry  

  sun.nio.fs.UnixMountEntry findMountEntry();
    descriptor: ()Lsun/nio/fs/UnixMountEntry;
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // sun.nio.fs.BsdFileStore this
         0: .line 53
            aload 0 /* this */
            invokevirtual sun.nio.fs.BsdFileStore.file:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            astore 1 /* fs */
        start local 1 // sun.nio.fs.UnixFileSystem fs
         1: .line 56
            aconst_null
            astore 2 /* path */
        start local 2 // sun.nio.fs.UnixPath path
         2: .line 58
            aload 0 /* this */
            invokevirtual sun.nio.fs.BsdFileStore.file:()Lsun/nio/fs/UnixPath;
            invokestatic sun.nio.fs.UnixNativeDispatcher.realpath:(Lsun/nio/fs/UnixPath;)[B
            astore 3 /* rp */
        start local 3 // byte[] rp
         3: .line 59
            new sun.nio.fs.UnixPath
            dup
            aload 1 /* fs */
            aload 3 /* rp */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            astore 2 /* path */
        end local 3 // byte[] rp
         4: .line 60
            goto 7
      StackMap locals: sun.nio.fs.BsdFileStore sun.nio.fs.UnixFileSystem sun.nio.fs.UnixPath
      StackMap stack: sun.nio.fs.UnixException
         5: astore 3 /* x */
        start local 3 // sun.nio.fs.UnixException x
         6: .line 61
            aload 3 /* x */
            aload 0 /* this */
            invokevirtual sun.nio.fs.BsdFileStore.file:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 3 // sun.nio.fs.UnixException x
         7: .line 65
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* dir */
        start local 3 // byte[] dir
         8: .line 67
            aload 2 /* path */
            invokestatic sun.nio.fs.BsdNativeDispatcher.getmntonname:(Lsun/nio/fs/UnixPath;)[B
            astore 3 /* dir */
         9: .line 68
            goto 12
      StackMap locals: sun.nio.fs.BsdFileStore sun.nio.fs.UnixFileSystem sun.nio.fs.UnixPath byte[]
      StackMap stack: sun.nio.fs.UnixException
        10: astore 4 /* x */
        start local 4 // sun.nio.fs.UnixException x
        11: .line 69
            aload 4 /* x */
            aload 2 /* path */
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 4 // sun.nio.fs.UnixException x
        12: .line 73
      StackMap locals:
      StackMap stack:
            aload 1 /* fs */
            invokevirtual sun.nio.fs.UnixFileSystem.getMountEntries:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 16
      StackMap locals: sun.nio.fs.BsdFileStore sun.nio.fs.UnixFileSystem sun.nio.fs.UnixPath byte[] top java.util.Iterator
      StackMap stack:
        13: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.nio.fs.UnixMountEntry
            astore 4 /* entry */
        start local 4 // sun.nio.fs.UnixMountEntry entry
        14: .line 74
            aload 3 /* dir */
            aload 4 /* entry */
            invokevirtual sun.nio.fs.UnixMountEntry.dir:()[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ifeq 16
        15: .line 75
            aload 4 /* entry */
            areturn
        end local 4 // sun.nio.fs.UnixMountEntry entry
        16: .line 73
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 13
        17: .line 78
            new java.io.IOException
            dup
            ldc "Mount point not found in fstab"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // byte[] dir
        end local 2 // sun.nio.fs.UnixPath path
        end local 1 // sun.nio.fs.UnixFileSystem fs
        end local 0 // sun.nio.fs.BsdFileStore this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lsun/nio/fs/BsdFileStore;
            1   18     1     fs  Lsun/nio/fs/UnixFileSystem;
            2   18     2   path  Lsun/nio/fs/UnixPath;
            3    4     3     rp  [B
            6    7     3      x  Lsun/nio/fs/UnixException;
            8   18     3    dir  [B
           11   12     4      x  Lsun/nio/fs/UnixException;
           14   16     4  entry  Lsun/nio/fs/UnixMountEntry;
      Exception table:
        from    to  target  type
           2     4       5  Class sun.nio.fs.UnixException
           8     9      10  Class sun.nio.fs.UnixException
    Exceptions:
      throws java.io.IOException
}
SourceFile: "BsdFileStore.java"