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

1 2 3

  /external/libselinux/src/
fsetfilecon.c 6 #include <sys/xattr.h>
lsetfilecon.c 6 #include <sys/xattr.h>
setfilecon.c 6 #include <sys/xattr.h>
policy.h 6 /* xattr name for SELinux attributes. */
fgetfilecon.c 6 #include <sys/xattr.h>
getfilecon.c 7 #include <sys/xattr.h>
lgetfilecon.c 6 #include <sys/xattr.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xattr.h 2 File: linux/xattr.h
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xattr.h 2 File: linux/xattr.h
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextPositioningElement.cpp 35 DEFINE_ANIMATED_LENGTH_LIST(SVGTextPositioningElement, SVGNames::xAttr, X, x)
61 supportedAttributes.add(SVGNames::xAttr);
77 if (name == SVGNames::xAttr) {
129 bool updateRelativeLengths = attrName == SVGNames::xAttr
SVGCursorElement.cpp 33 DEFINE_ANIMATED_LENGTH(SVGCursorElement, SVGNames::xAttr, X, x)
74 supportedAttributes.add(SVGNames::xAttr);
86 else if (name == SVGNames::xAttr)
SVGFELightElement.cpp 38 DEFINE_ANIMATED_NUMBER(SVGFELightElement, SVGNames::xAttr, X, x)
93 supportedAttributes.add(SVGNames::xAttr);
122 if (name == SVGNames::xAttr) {
176 || attrName == SVGNames::xAttr
SVGFilterPrimitiveStandardAttributes.cpp 35 DEFINE_ANIMATED_LENGTH(SVGFilterPrimitiveStandardAttributes, SVGNames::xAttr, X, x)
66 supportedAttributes.add(SVGNames::xAttr);
81 else if (name == SVGNames::xAttr)
129 if (hasAttribute(SVGNames::xAttr))
SVGForeignObjectElement.cpp 34 DEFINE_ANIMATED_LENGTH(SVGForeignObjectElement, SVGNames::xAttr, X, x)
72 supportedAttributes.add(SVGNames::xAttr);
86 else if (name == SVGNames::xAttr)
110 bool isLengthAttribute = attrName == SVGNames::xAttr
SVGImageElement.cpp 36 DEFINE_ANIMATED_LENGTH(SVGImageElement, SVGNames::xAttr, X, x)
90 supportedAttributes.add(SVGNames::xAttr);
122 else if (name == SVGNames::xAttr)
151 bool isLengthAttribute = attrName == SVGNames::xAttr
SVGMaskElement.cpp 36 DEFINE_ANIMATED_LENGTH(SVGMaskElement, SVGNames::xAttr, X, x)
82 supportedAttributes.add(SVGNames::xAttr);
106 } else if (name == SVGNames::xAttr)
131 if (attrName == SVGNames::xAttr
SVGRectElement.cpp 33 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::xAttr, X, x)
75 supportedAttributes.add(SVGNames::xAttr);
91 else if (name == SVGNames::xAttr)
119 bool isLengthAttribute = attrName == SVGNames::xAttr
SVGPatternElement.cpp 35 DEFINE_ANIMATED_LENGTH(SVGPatternElement, SVGNames::xAttr, X, x)
92 supportedAttributes.add(SVGNames::xAttr);
122 } else if (name == SVGNames::xAttr)
149 if (attrName == SVGNames::xAttr
182 if (!attributes.hasX() && current->hasAttribute(SVGNames::xAttr))
SVGFilterElement.cpp 38 DEFINE_ANIMATED_LENGTH(SVGFilterElement, SVGNames::xAttr, X, x)
110 supportedAttributes.add(SVGNames::xAttr);
133 } else if (name == SVGNames::xAttr)
164 if (attrName == SVGNames::xAttr
  /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/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
  /cts/tests/tests/security/jni/
android_security_cts_KernelSettingsTest.cpp 20 #include <sys/xattr.h>
  /external/chromium_org/content/browser/download/
file_metadata_linux.cc 8 #include <sys/xattr.h>
  /external/kernel-headers/original/linux/
xattr.h 2 File: linux/xattr.h
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xattr.h 2 File: linux/xattr.h

Completed in 214 milliseconds

1 2 3