Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOsConstants.java863 public static final int XATTR_REPLACE = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp640 initConstant(env, c, "XATTR_REPLACE", XATTR_REPLACE); in OsConstants_initConstants()
/libcore/api/
Dmodule-lib-current.txt75 field public static final int XATTR_REPLACE;
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1303 Os.setxattr(path, NAME_TEST, VALUE_PIE, OsConstants.XATTR_REPLACE);