(int mode)
| 96 | } |
| 97 | |
| 98 | public boolean IsRegular(int mode) { |
| 99 | int result = libcfs.cfs_IsRegular(mode); |
| 100 | return result != 0; |
| 101 | } |
| 102 | |
| 103 | public int getAttr(String path, CfsLibrary.StatInfo stat) throws FileNotFoundException { |
| 104 | int result = libcfs.cfs_getattr(this.cid, path, stat); |
no test coverage detected