Searched refs:XATTR_REPLACE (Results 1 – 3 of 3) sorted by relevance
542 /** @hide */ public static final int XATTR_REPLACE = placeholder(); field in OsConstants
603 initConstant(env, c, "XATTR_REPLACE", XATTR_REPLACE); in OsConstants_initConstants()
546 Libcore.os.setxattr(path, NAME_TEST, VALUE_PIE, OsConstants.XATTR_REPLACE); in test_xattr()