HomeSort by relevance Sort by last modified time
    Searched refs:setxattr (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
glocalfileinfo.c 231 #define g_setxattr(path,name,value,size) setxattr(path,name,value,size,0,0)
235 #define g_setxattr(path,name,value,size) setxattr(path,name,value,size,0)
    [all...]
  /external/kernel-headers/original/linux/
fs.h 1104 int (*setxattr) (struct dentry *, const char *,const void *,size_t,int); member in struct:inode_operations
    [all...]

Completed in 162 milliseconds