Home
last modified time | relevance | path

Searched refs:XATTR_REPLACE (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOsConstants.java542 /** @hide */ public static final int XATTR_REPLACE = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp603 initConstant(env, c, "XATTR_REPLACE", XATTR_REPLACE); in OsConstants_initConstants()
/libcore/luni/src/test/java/libcore/libcore/io/
DOsTest.java546 Libcore.os.setxattr(path, NAME_TEST, VALUE_PIE, OsConstants.XATTR_REPLACE); in test_xattr()