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.java666 public static final int XATTR_REPLACE = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp611 initConstant(env, c, "XATTR_REPLACE", XATTR_REPLACE); in OsConstants_initConstants()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java880 Os.setxattr(path, NAME_TEST, VALUE_PIE, OsConstants.XATTR_REPLACE); in test_xattr()