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
754 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 101 public native byte[] getxattr(String path, String name) throws ErrnoException; method in class:Linux
Os.java 96 public byte[] getxattr(String path, String name) throws ErrnoException; method in interface:Os
ForwardingOs.java 110 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 249 * See <a href="http://man7.org/linux/man-pages/man2/getxattr.2.html">getxattr(2)</a>
251 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 514 Libcore.os.getxattr(path, NAME_TEST);
522 byte[] xattr_create = Libcore.os.getxattr(path, NAME_TEST);
535 byte[] xattr_replace = Libcore.os.getxattr(path, NAME_TEST);
542 Libcore.os.getxattr(path, NAME_TEST);
560 // getxattr
562 Libcore.os.getxattr(null, NAME_TEST);
566 Libcore.os.getxattr(path, null);
607 Libcore.os.getxattr("", NAME_TEST);
642 Libcore.os.getxattr(path, NAME_TEST);
  /prebuilts/sdk/26/
android.jar 

Completed in 1065 milliseconds