HomeSort by relevance Sort by last modified time
    Searched defs:getxattr (Results 1 - 14 of 14) sorted by null

  /bionic/libc/arch-arm/syscalls/
getxattr.S 5 ENTRY(getxattr) function
16 END(getxattr)
  /bionic/libc/arch-arm64/syscalls/
getxattr.S 5 ENTRY(getxattr) function
14 END(getxattr)
  /bionic/libc/arch-mips/syscalls/
getxattr.S 5 ENTRY(getxattr) function
19 END(getxattr)
  /bionic/libc/arch-mips64/syscalls/
getxattr.S 5 ENTRY(getxattr) function
25 END(getxattr)
  /bionic/libc/arch-x86/syscalls/
getxattr.S 5 ENTRY(getxattr) function
44 END(getxattr)
  /bionic/libc/arch-x86_64/syscalls/
getxattr.S 5 ENTRY(getxattr) function
16 END(getxattr)
  /external/valgrind/coregrind/
m_libcfile.c 450 SysRes VG_(getxattr) ( const HChar* file_name, const HChar* attr_name, Addr attr_value, SizeT attr_value_len ) function
790 res = VG_(getxattr)(f, "security.capability", (Addr)0, 0);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 364 @Override public byte[] getxattr(String path, String name) throws ErrnoException { method in class:BlockGuardOs
366 return os.getxattr(path, name);
Linux.java 103 public native byte[] getxattr(String path, String name) throws ErrnoException; method in class:Linux
Os.java 98 public byte[] getxattr(String path, String name) throws ErrnoException; method in interface:Os
ForwardingOs.java 112 public byte[] getxattr(String path, String name) throws ErrnoException { return os.getxattr(path, name); } method in class:ForwardingOs
  /libcore/luni/src/main/java/android/system/
Os.java 251 * See <a href="http://man7.org/linux/man-pages/man2/getxattr.2.html">getxattr(2)</a>
253 public static byte[] getxattr(String path, String name) throws ErrnoException { return Libcore.os.getxattr(path, name); } method in class:Os
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 517 Libcore.os.getxattr(path, NAME_TEST);
525 byte[] xattr_create = Libcore.os.getxattr(path, NAME_TEST);
538 byte[] xattr_replace = Libcore.os.getxattr(path, NAME_TEST);
545 Libcore.os.getxattr(path, NAME_TEST);
563 // getxattr
565 Libcore.os.getxattr(null, NAME_TEST);
569 Libcore.os.getxattr(path, null);
610 Libcore.os.getxattr("", NAME_TEST);
645 Libcore.os.getxattr(path, NAME_TEST);
  /prebuilts/sdk/26/
android.jar 

Completed in 386 milliseconds