Searched defs:xattr (Results 1 - 2 of 2) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
H A D | SDL_x11video.c | 329 XSetWindowAttributes xattr; local 353 xattr.override_redirect = True; 354 xattr.background_pixel = def_vis ? BlackPixel(SDL_Display, SDL_Screen) : 0; 355 xattr.border_pixel = 0; 356 xattr.colormap = SDL_XColorMap; 363 &xattr); 392 /* (reusing the xattr structure above) */ 399 &xattr);
|
/external/bluetooth/glib/gio/ |
H A D | glocalfileinfo.c | 52 #include <sys/xattr.h> 54 #include <attr/xattr.h> 56 #error "Neither <sys/xattr.h> nor <attr/xattr.h> is present but extended attribute support is enabled." 397 const char *xattr, 404 len = g_getxattr (path, xattr, value, sizeof (value)-1, follow_symlinks); 411 len = g_getxattr (path, xattr, NULL, 0, follow_symlinks); 418 len = g_getxattr (path, xattr, value_p, len, follow_symlinks); 456 all = g_file_attribute_matcher_enumerate_namespace (matcher, "xattr"); 458 all = g_file_attribute_matcher_enumerate_namespace (matcher, "xattr 394 get_one_xattr(const char *path, GFileInfo *info, const char *gio_attr, const char *xattr, gboolean follow_symlinks) argument 552 get_one_xattr_from_fd(int fd, GFileInfo *info, const char *gio_attr, const char *xattr) argument [all...] |
Completed in 63 milliseconds