Searched refs:DOS_XATTR_READONLY (Results 1 – 1 of 1) sorted by relevance
56 private static final int DOS_XATTR_READONLY = 0x01; field in LinuxDosFileAttributeView164 return (dosAttribute & DOS_XATTR_READONLY) != 0; in readAttributes()190 updateDosAttribute(DOS_XATTR_READONLY, value);