Home
last modified time | relevance | path

Searched refs:removexattr (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java483 @Override public void removexattr(String path, String name) throws ErrnoException { in removexattr() method in BlockGuardOs
486 super.removexattr(path, name); in removexattr()
DForwardingOs.java679 …public void removexattr(String path, String name) throws ErrnoException { os.removexattr(path, nam… in removexattr() method in ForwardingOs
DOs.java559 public void removexattr(String path, String name) throws ErrnoException; in removexattr() method
DLinux.java216 public native void removexattr(String path, String name) throws ErrnoException; in removexattr() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java629 …public static void removexattr(String path, String name) throws ErrnoException { Libcore.os.remove… in removexattr() method in Os
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1309 Os.removexattr(path, NAME_TEST);
1351 Os.removexattr(null, NAME_TEST);
1356 Os.removexattr(path, null);
1398 Os.removexattr("", NAME_TEST);
1435 Os.removexattr(path, NAME_TEST);
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2266 int res = removexattr(path.c_str(), name.c_str()); in Linux_removexattr()
2859 NATIVE_METHOD(Linux, removexattr, "(Ljava/lang/String;Ljava/lang/String;)V"),
/libcore/api/
Dcurrent.txt110 method public static void removexattr(String, String) throws android.system.ErrnoException;