Searched refs:isOther (Results 1 – 7 of 7) sorted by relevance
57 check(!attrs.isOther(), "is not other"); in checkAttributesOfDirectory()72 check(!attrs.isOther(), "is not other"); in checkAttributesOfFile()104 check(!attrs.isOther(), "is not other"); in checkAttributesOfLink()
116 boolean isOther(); in isOther() method
167 public boolean isOther() { in isOther() method in UnixFileAttributes302 public boolean isOther() { in isOther() method in UnixFileAttributes.UnixAsBasicFileAttributes303 return attrs.isOther(); in isOther()
151 public boolean isOther() { in readAttributes() method152 return attrs.isOther(); in readAttributes()
159 builder.add(IS_OTHER_NAME, attrs.isOther()); in addRequestedBasicAttributes()
133 public boolean isOther() { return (format & ~Format.SLOT_MASK) == 0; } in isOther() method in Wrapper155 if (this.isOther()) return true; in isConvertibleFrom()
7672 method public boolean isOther();