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

1 2

  /external/libselinux/src/
fsetfilecon.c 6 #include <sys/xattr.h>
lsetfilecon.c 6 #include <sys/xattr.h>
setfilecon.c 6 #include <sys/xattr.h>
fgetfilecon.c 6 #include <sys/xattr.h>
getfilecon.c 7 #include <sys/xattr.h>
lgetfilecon.c 6 #include <sys/xattr.h>
android.c 15 #include <sys/xattr.h>
    [all...]
  /external/qemu/distrib/libselinux/src/
fsetfilecon.c 6 #include <sys/xattr.h>
lsetfilecon.c 6 #include <sys/xattr.h>
setfilecon.c 6 #include <sys/xattr.h>
fgetfilecon.c 6 #include <sys/xattr.h>
getfilecon.c 7 #include <sys/xattr.h>
lgetfilecon.c 6 #include <sys/xattr.h>
android.c 15 #include <sys/xattr.h>
    [all...]
  /cts/tests/tests/security/jni/
android_security_cts_KernelSettingsTest.cpp 20 #include <sys/xattr.h>
  /external/chromium_org/chrome/browser/mac/
install.sh 114 # xattr to drop the quarantine attribute.
118 # On 10.6, xattr supports -r for recursive operation.
119 xattr -d -r "${QUARANTINE_ATTR}" "${DEST}" >& /dev/null
121 # On earlier systems, xattr doesn't support -r, so run xattr via find.
122 find "${DEST}" -exec xattr -d "${QUARANTINE_ATTR}" {} + >& /dev/null
  /external/chromium_org/content/browser/download/
file_metadata_linux.cc 8 #include <sys/xattr.h>
file_metadata_unittest_linux.cc 7 #include <sys/xattr.h>
  /cts/tests/tests/permission/jni/
android_permission_cts_FileUtils.cpp 20 #include <linux/xattr.h>
23 #include <sys/xattr.h>
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 330 XSetWindowAttributes xattr; local
354 xattr.override_redirect = True;
355 xattr.background_pixel = def_vis ? BlackPixel(SDL_Display, SDL_Screen) : 0;
356 xattr.border_pixel = 0;
357 xattr.colormap = SDL_XColorMap;
366 &xattr);
395 /* (reusing the xattr structure above) */
400 &xattr);
    [all...]
  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 374 # Returns 0 (true) if xattr supports -r for recursive operation.
376 # xattr -r is supported in Mac OS X 10.6.
    [all...]
  /bootable/recovery/updater/
install.c 33 #include <sys/xattr.h>
34 #include <linux/xattr.h>
    [all...]
  /external/strace/
strace.spec 92 + fixed decoding of *xattr syscalls (#885233);
355 - handle futexes, *xattr, sendfile64, etc. (Ulrich Drepper)
file.c 189 # include <linux/xattr.h>
    [all...]
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 69 // If we don't have the xattr library, then we can't
76 #include <attr/xattr.h>

Completed in 534 milliseconds

1 2