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.java508 /** @hide */ public static final int XATTR_REPLACE = placeholder(); field in OsConstants
/libcore/luni/src/test/java/libcore/io/
DOsTest.java527 Libcore.os.setxattr(path, NAME_TEST, VALUE_PIE, OsConstants.XATTR_REPLACE); in test_xattr()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp565 initConstant(env, c, "XATTR_REPLACE", XATTR_REPLACE); in OsConstants_initConstants()