Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java867 Os.setxattr(path, NAME_TEST, VALUE_CAKE, OsConstants.XATTR_CREATE); in test_xattr()
874 Os.setxattr(path, NAME_TEST, VALUE_PIE, OsConstants.XATTR_CREATE); in test_xattr()
939 Os.setxattr(null, NAME_TEST, VALUE_CAKE, OsConstants.XATTR_CREATE); in test_xattr_NPE()
944 Os.setxattr(path, null, VALUE_CAKE, OsConstants.XATTR_CREATE); in test_xattr_NPE()
949 Os.setxattr(path, NAME_TEST, null, OsConstants.XATTR_CREATE); in test_xattr_NPE()
979 Os.setxattr("", NAME_TEST, VALUE_CAKE, OsConstants.XATTR_CREATE); in test_xattr_Errno()
992 Os.setxattr(path, NAME_TEST, VALUE_CAKE, OsConstants.XATTR_CREATE); in test_xattr_Errno()
/libcore/luni/src/main/java/android/system/
DOsConstants.java663 public static final int XATTR_CREATE = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp610 initConstant(env, c, "XATTR_CREATE", XATTR_CREATE); in OsConstants_initConstants()
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt80 field public static final int XATTR_CREATE;