Searched refs:XATTR_REPLACE (Results 1 – 3 of 3) sorted by relevance
666 public static final int XATTR_REPLACE = placeholder(); field in OsConstants
611 initConstant(env, c, "XATTR_REPLACE", XATTR_REPLACE); in OsConstants_initConstants()
880 Os.setxattr(path, NAME_TEST, VALUE_PIE, OsConstants.XATTR_REPLACE); in test_xattr()