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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
lighttpd.conf 36 mimetype.use-xattr = "enable"
  /external/chromium/chrome/browser/ui/cocoa/
install.sh 111 # xattr to drop the quarantine attribute.
115 # On 10.6, xattr supports -r for recursive operation.
116 xattr -d -r "${QUARANTINE_ATTR}" "${DEST}" >& /dev/null
118 # On earlier systems, xattr doesn't support -r, so run xattr via find.
119 find "${DEST}" -exec xattr -d "${QUARANTINE_ATTR}" {} + >& /dev/null
  /external/bluetooth/glib/gio/
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-sys")
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
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);
    [all...]
  /external/strace/
file.c 189 #include <linux/xattr.h>
    [all...]

Completed in 840 milliseconds