Searched refs:isOther (Results 1 – 6 of 6) 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()
130 public boolean isOther() { return (format & ~Format.SLOT_MASK) == 0; } in isOther() method in Wrapper152 if (this.isOther()) return true; in isConvertibleFrom()